PluginBench
MCP Server
Active
MIT

io.github.blackwell-systems/knowing MCP Server

io.github.blackwell-systems/knowing

What is the io.github.blackwell-systems/knowing MCP server?

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

How to install io.github.blackwell-systems/knowing

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "knowing": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "knowing": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "knowing": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "knowing": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ]
    }
  }
}
Claude Code
claude mcp add knowing -- npx -y @blackwell-systems/knowing

Related MCP servers

Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.

68
Go
MIT
View repository →

Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.

5
Go
MIT
View repository →
io.github.blackwell-systems/knowing MCP Server | PluginBench