Add mcp.json for VSCode and Claude

This commit is contained in:
Alex Gleason 2025-04-20 13:14:21 -05:00
parent 982c51878e
commit be1d035868
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 18 additions and 0 deletions

9
.mcp.json Normal file
View File

@ -0,0 +1,9 @@
{
"mcpServers": {
"nostr": {
"type": "stdio",
"command": "npx",
"args": ["xjsr", "@nostrbook/mcp"]
}
}
}

9
.vscode/mcp.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"servers": {
"nostr": {
"type": "stdio",
"command": "npx",
"args": ["xjsr", "@nostrbook/mcp"]
}
}
}