← Back to Plugins
MCP Server MCP

Noosphere

github By github 👁 1 views ▲ 0 votes

Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.

Homepage Verified source GitHub

Install

uvx noosphere-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "noosphere-mcp",
      "version": "0.5.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub Personal Access Token with public_repo scope. Required for uploading consciousness and accessing the collective consciousness network.",
          "isRequired": true,
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitHub repository for consciousness storage (owner/repo format).",
          "default": "JinNing6/Noosphere",
          "name": "NOOSPHERE_REPO"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...