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
{
"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