← Back to Plugins
MCP Server MCP

io.github.teampolarity/cosmos-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @polarity-lab/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@polarity-lab/cosmos-mcp",
      "version": "0.7.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "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_...`.",
          "format": "string",
          "isSecret": true,
          "name": "COSMOS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...