Skip to content
Cursor

Noosphere for Cursor

io.github.jinning6/noosphere

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

client:Cursor transport:stdio runtime:pypi

Install Noosphere in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Noosphere in other clients