mcpbeat Sign in

Noosphere MCP Server

local only

Noosphere runs on your own machine — the client starts it, so there is no endpoint to ping. 444 installs a week from pypi. Last commit 14 Sep 2026.

Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.

Installs per day peak 169 · avg 61 · +6% w/w
a month agotoday
444
Installs / week
pypi · noosphere-mcp
18
Stars
23 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] noosphere/__init__.py:1, [пакет] noosphere/__main__.py:1, [пакет] noosphere/boot_animation.py:1 и ещё 25
этот файл ставится пользователю, но в репозитории его нет
            __import__(mod_name)
            subprocess.Popen(["powershell", "-WindowStyle", "Hidden", "-Command", ps_script],
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

            const absoluteReleasePath = path.join(process.env.GITHUB_WORKSPACE, releasePath);
Builds a database query by concatenation .github/workflows/update-contributors.yml:37
      - name: 🌌 运行排行榜更新脚本 (Run Update Script)
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add noosphere -- uvx noosphere-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "noosphere": {
      "args": [
        "noosphere-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.noosphere]
command = "uvx"
args = ["noosphere-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "noosphere": {
      "args": [
        "noosphere-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "noosphere": {
      "args": [
        "noosphere-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub Personal Access Token with public_repo scope. Required for uploading consciousness and accessing the collective consciousness network.), NOOSPHERE_REPO (GitHub repository for consciousness storage (owner/repo format).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Noosphere

same job, measured the same way
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only
OctoCounts MCP Server
by huanglizhuo

Analyze and compare public GitHub repo line counts (SLOC) via OctoCounts, from any MCP client.

43 installs/wk local only
Secure Flows
by michal-lefler

MCP server for secureFlows (secure-flows.com). Alias of io.github.michal-lefler/secureflows-mcp.

18 tools answering
Github Stats
by ryudi84

MCP server for GitHub repo stats: stars, forks, contributors, activity.

27 installs/wk local only
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
ClawLink
by claw-link

MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.

answering
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only

Noosphere — questions

Answers built from our own checks of this server.

Why is there no uptime for Noosphere?
Noosphere runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package noosphere-mcp was installed 444 times last week.
How do I connect Noosphere?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls noosphere-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Noosphere?
The pypi package noosphere-mcp was installed 444 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Noosphere open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 18 stars on GitHub and 23 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.