Noosphere✓
io.github.JinNing6/noosphere · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.JinNing6/noosphere",
"description": "Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.",
"title": "Noosphere",
"repository": {
"url": "https://github.com/JinNing6/Noosphere",
"source": "github",
"id": "JinNing6/Noosphere"
},
"version": "0.5.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "noosphere-mcp",
"version": "0.5.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitHub Personal Access Token with public_repo scope. Required for uploading consciousness and accessing the collective consciousness network.",
"isRequired": true,
"isSecret": true,
"name": "GITHUB_TOKEN"
},
{
"description": "GitHub repository for consciousness storage (owner/repo format).",
"default": "JinNing6/Noosphere",
"name": "NOOSPHERE_REPO"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}