Remote MCP server for an exocortex vault — query your compiled knowledge and capture to its inbox from claude.ai, the Claude app, or any MCP client
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"exocortex-mcp": {
"command": "npx",
"args": [
"-y",
"AlexHagemeister/exocortex-mcp"
]
}
}
}
Run in terminal:
claude mcp add exocortex-mcp npx -y AlexHagemeister/exocortex-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"exocortex-mcp": {
"command": "npx",
"args": [
"-y",
"AlexHagemeister/exocortex-mcp"
]
}
}
}