MIND for Claude Desktop
io.github.theastraway/mind
MIND knowledge-graph memory for agents. 44 tools: CRM, Life, MoneyMIND, Budget, Sheets, Email, Sign.
client:Claude Desktop
transport:stdio
runtime:npm
Install MIND in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mind": {
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
],
"env": {
"MIND_API_KEY": "<MIND_API_KEY>",
"MIND_BASE_URL": "<MIND_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs