mcpbeat Sign in
local only

Knowing runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 8 Jul 2026.

Content-addressed code graph with 22 MCP tools for AI agents.

Installs per day peak 22 · avg 9 · +20% w/w
a month agotoday
43
Installs / week
npm · @blackwell-systems/knowing
18
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 20 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.

    dbPath := filepath.Join(*corpusDir, "repos", task.Repo, ".knowing", "graph.db")
Runs an external command pypi/knowing/__main__.py:102
    result = subprocess.run(

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 knowing -- npx -y @blackwell-systems/knowing
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "knowing": {
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.knowing]
command = "npx"
args = ["-y", "@blackwell-systems/knowing"]
.cursor/mcp.json
{
  "mcpServers": {
    "knowing": {
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "knowing": {
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Knowing

same job, measured the same way
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Weavz
by weavz

Governed app access for AI agents: 1,000+ apps & 12,000+ tools via Code Mode MCP.

answering
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
AI Architect MCP Codebase
by cdeust

Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents.

local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Vaults Diagram Tools
by malnati

Mermaid to assets. Source code to maps. MCP for agents.

49 installs/wk local only

Knowing — questions

Answers built from our own checks of this server.

Why is there no uptime for Knowing?
Knowing 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 npm package @blackwell-systems/knowing was installed 43 times last week.
How do I connect Knowing?
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 @blackwell-systems/knowing straight from npm; nothing to host, nothing to sign up for.
How many people use Knowing?
The npm package @blackwell-systems/knowing was installed 43 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Knowing open source?
Yes — it is published under the MIT licence, written in Go and 18 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.