shelbymcp for Cursor
io.github.studio-moser/shelbymcp
Knowledge-graph memory server for AI tools via MCP
client:Cursor
transport:stdio
runtime:npm
Install shelbymcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shelbymcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shelbymcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs