Noosphere for Claude Desktop
io.github.jinning6/noosphere
Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Noosphere in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"noosphere": {
"command": "uvx",
"args": [
"noosphere-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"NOOSPHERE_REPO": "<NOOSPHERE_REPO>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs