MIND for Cursor
io.github.theastraway/mind
MIND knowledge-graph memory for agents. 44 tools: CRM, Life, MoneyMIND, Budget, Sheets, Email, Sign.
client:Cursor
transport:stdio
runtime:npm
Install MIND in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
],
"env": {
"MIND_API_KEY": "<MIND_API_KEY>",
"MIND_BASE_URL": "<MIND_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs