cosmos
Rank #14,215io.github.teampolarity/cosmos-mcp
Personal knowledge graph every MCP client reads from and writes to. Portable across agents.
cosmos is a Model Context Protocol (MCP) server published by teampolarity. It ranks #14,215 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. cosmos is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 16, 2026 and most recently updated on May 19, 2026.
Ranks ahead of 117,831 of 132,046 servers on MCP Toplist.
Use cosmos
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cosmos-mcp -e "COSMOS_TOKEN=<your COSMOS_TOKEN>" -- npx -y @polarity-lab/cosmos-mcpReplace each placeholder with your own value before saving.
[mcp_servers.cosmos-mcp]
command = "npx"
args = ["-y", "@polarity-lab/cosmos-mcp"]
[mcp_servers.cosmos-mcp.env]
COSMOS_TOKEN = "<your COSMOS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"@polarity-lab/cosmos-mcp"
],
"env": {
"COSMOS_TOKEN": "<your COSMOS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"@polarity-lab/cosmos-mcp"
],
"env": {
"COSMOS_TOKEN": "<your COSMOS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cosmos-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@polarity-lab/cosmos-mcp"
],
"env": {
"COSMOS_TOKEN": "<your COSMOS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"@polarity-lab/cosmos-mcp"
],
"env": {
"COSMOS_TOKEN": "<your COSMOS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"@polarity-lab/cosmos-mcp"
],
"env": {
"COSMOS_TOKEN": "<your COSMOS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.teampolarity%2Fcosmos-mcp)<a href="https://mcptoplist.com/server/io.github.teampolarity%2Fcosmos-mcp"><img src="https://mcptoplist.com/badge/io.github.teampolarity%2Fcosmos-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
teampolarity
Available versions (2)
| Version | Published |
|---|---|
| 0.7.1 | May 19, 2026 |
| 0.4.1 | May 18, 2026 |
Frequently asked questions
- Who maintains cosmos?
- cosmos is maintained by teampolarity, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is cosmos listed on the Official MCP Registry?
- Yes — cosmos is listed on the Official MCP Registry, alongside Glama.
- How many versions does cosmos have?
- MCP Toplist tracks 2 versions of cosmos, most recently published on May 19, 2026.
- Where can I find the source code for cosmos?
- The source code for cosmos is hosted at github.com/teampolarity/cosmos-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.