Noosphere for Grok
io.github.jinning6/noosphere
Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.
client:Grok
transport:stdio
runtime:pypi
Install Noosphere in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"noosphere": {
"type": "stdio",
"command": "uvx",
"args": [
"noosphere-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"NOOSPHERE_REPO": "<NOOSPHERE_REPO>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs