Skip to content
Zed

Noosphere for Zed

io.github.jinning6/noosphere

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

client:Zed transport:stdio runtime:pypi

Install Noosphere in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "noosphere": {
      "command": "uvx",
      "args": [
        "noosphere-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "NOOSPHERE_REPO": "<NOOSPHERE_REPO>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Noosphere in other clients