silverbullet ai mcp for Cursor
io.github.justyns/silverbullet-ai-mcp
Exposes silverbullet-ai tools from a SilverBullet space to MCP clients
client:Cursor
transport:stdio
runtime:npm
Install silverbullet ai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"silverbullet-ai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"silverbullet-ai-mcp"
],
"env": {
"SB_URL": "<SB_URL>",
"SB_AUTH_TOKEN": "<SB_AUTH_TOKEN>",
"SB_SPACE_ID": "<SB_SPACE_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs