Noosphere
Rank #4,452io.github.JinNing6/noosphere
MCP server providing noosphere capabilities
Noosphere is a Model Context Protocol (MCP) server published by jinning6. It ranks #4,452 of 132,113 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. Noosphere is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on Mar 20, 2026.
Ranks ahead of 127,661 of 132,113 servers on MCP Toplist.
Use Noosphere
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add noosphere -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -e "NOOSPHERE_REPO=<your NOOSPHERE_REPO>" -- uvx noosphere-mcpReplace each placeholder with your own value before saving.
[mcp_servers.noosphere]
command = "uvx"
args = ["noosphere-mcp"]
[mcp_servers.noosphere.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"
NOOSPHERE_REPO = "<your NOOSPHERE_REPO>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noosphere": {
"command": "uvx",
"args": [
"noosphere-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"NOOSPHERE_REPO": "<your NOOSPHERE_REPO>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noosphere": {
"command": "uvx",
"args": [
"noosphere-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"NOOSPHERE_REPO": "<your NOOSPHERE_REPO>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"noosphere": {
"type": "stdio",
"command": "uvx",
"args": [
"noosphere-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"NOOSPHERE_REPO": "<your NOOSPHERE_REPO>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noosphere": {
"command": "uvx",
"args": [
"noosphere-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"NOOSPHERE_REPO": "<your NOOSPHERE_REPO>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noosphere": {
"command": "uvx",
"args": [
"noosphere-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"NOOSPHERE_REPO": "<your NOOSPHERE_REPO>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.JinNing6%2Fnoosphere)<a href="https://mcptoplist.com/server/io.github.JinNing6%2Fnoosphere"><img src="https://mcptoplist.com/badge/io.github.JinNing6%2Fnoosphere.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
jinning6
Other servers by jinning6
View all jinning6 servers →Available versions (3)
| Version | Published |
|---|---|
| 0.5.1 | Mar 20, 2026 |
| 0.3.2 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Noosphere?
- Noosphere is maintained by jinning6, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Noosphere listed on the Official MCP Registry?
- Yes — Noosphere is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Noosphere have?
- MCP Toplist tracks 3 versions of Noosphere, most recently published on Mar 20, 2026.
- Where can I find the source code for Noosphere?
- The source code for Noosphere is hosted at github.com/jinning6/noosphere.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.