MIND MCP Server — 15 tools, 89 actions. Personal knowledge graph AI memory for any MCP-compatible agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mind-mcp-server": {
"command": "npx",
"args": [
"-y",
"theastraway/mind-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mind-mcp-server npx -y theastraway/mind-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mind-mcp-server": {
"command": "npx",
"args": [
"-y",
"theastraway/mind-mcp-server"
]
}
}
}