AgentHubAgentHub

cosmos-mcp

MCP ServerMCP Registry官方收录

io.github.teampolarity/cosmos-mcp · v0.7.1

Personal knowledge graph every MCP client reads from and writes to. Portable across agents.

概览

cosmos-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "cosmos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@polarity-lab/cosmos-mcp"
      ]
    }
  }
}

环境变量

COSMOS_TOKEN可选secret

pmk_ key from https://cosmos.polarity-lab.com/connectors. Optional on macOS once the system keychain is provisioned via `npx -y @polarity-lab/cosmos-mcp provision pmk_...`.

相关资源

统一 Manifest

{
  "id": "io.github.teampolarity/cosmos-mcp",
  "type": "mcp-server",
  "version": "0.7.1",
  "displayName": "cosmos-mcp",
  "description": "Personal knowledge graph every MCP client reads from and writes to. Portable across agents.",
  "repository": {
    "url": "https://github.com/teampolarity/cosmos-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@polarity-lab/cosmos-mcp",
        "version": "0.7.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "COSMOS_TOKEN",
            "description": "pmk_ key from https://cosmos.polarity-lab.com/connectors. Optional on macOS once the system keychain is provisioned via `npx -y @polarity-lab/cosmos-mcp provision pmk_...`.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.teampolarity/cosmos-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.teampolarity%2Fcosmos-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
cosmos-mcp — MCP Server 安装与配置 · AgentHub