mcp gera mind for Cursor
io.github.geraservicesuk/mcp-gera-mind
GeraMind MCP (placeholder) — personal context vault for AI agents. Launching 2026.
client:Cursor
transport:stdio
runtime:npm
Install mcp gera mind in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gera-mind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-mind"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs