nostr ops mcp for Cursor
io.github.llmops-pro/nostr-ops-mcp
Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.
client:Cursor
transport:stdio
runtime:npm
Install nostr ops mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nostr-ops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nostr-ops-mcp"
],
"env": {
"NOSTR_RELAYS": "<NOSTR_RELAYS>",
"NOSTR_NIP46_URI": "<NOSTR_NIP46_URI>",
"NOSTR_PRIVATE_KEY": "<NOSTR_PRIVATE_KEY>",
"NOSTR_ALLOWED_KINDS": "<NOSTR_ALLOWED_KINDS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs