Add mcp.json

This commit is contained in:
Alex Gleason 2025-05-03 16:26:06 -05:00
parent 3052ce66f1
commit a7fcaaf1f3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

14
mcp.json Normal file
View File

@ -0,0 +1,14 @@
{
"servers": {
"js-dev": {
"type": "stdio",
"command": "npx",
"args": ["-y", "deno", "run", "-A", "jsr:@soapbox/js-dev-mcp"]
},
"nostr": {
"type": "stdio",
"command": "npx",
"args": ["-y", "deno", "run", "-A", "jsr:@nostrbook/mcp"]
}
}
}