second-brain MCP for Cursor
io.github.ddmanyes/mcp-second-brain
Self-maintaining knowledge vault: figure-level search, auto-wikilinks, and memory compression.
client:Cursor
transport:stdio
runtime:pypi
Install second-brain MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-second-brain": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-second-brain"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs