Skip to content
Gemini CLI

Noosphere for Gemini CLI

io.github.jinning6/noosphere

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

client:Gemini CLI transport:stdio runtime:pypi

Install Noosphere in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Noosphere in other clients