cosmos mcp for Cline
io.github.teampolarity/cosmos-mcp
Personal knowledge graph every MCP client reads from and writes to. Portable across agents.
client:Cline
transport:stdio
runtime:npm
Install cosmos mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"@polarity-lab/cosmos-mcp"
],
"env": {
"COSMOS_TOKEN": "<COSMOS_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs