MCP server for the Polarity exocortex. Read and write your personal knowledge graph from any LLM 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": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"sh6drack/cosmos-mcp"
]
}
}
}
Run in terminal:
claude mcp add cosmos-mcp npx -y sh6drack/cosmos-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"sh6drack/cosmos-mcp"
]
}
}
}