From nats
Local stdio MCP server powered by Bun for the Nostr decentralized social protocol. Enables tools, resources, and prompts for Nostr relay interactions. No secrets required.
npx claudepluginhub cameri/claude-skills --plugin natsAdd to your .mcp.json:
{
"mcpServers": {
"nats": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun