knowing
Rank #8,170io.github.blackwell-systems/knowing
Content-addressed code graph with 22 MCP tools for AI agents.
knowing is a Model Context Protocol (MCP) server published by blackwell-systems. It ranks #8,170 of 115,460 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. knowing is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 15, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 107,290 of 115,460 servers on MCP Toplist.
Use knowing
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add knowing -- npx -y @blackwell-systems/knowing[mcp_servers.knowing]
command = "npx"
args = ["-y", "@blackwell-systems/knowing"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"knowing": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/knowing"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"knowing": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/knowing"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"knowing": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blackwell-systems/knowing"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"knowing": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/knowing"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"knowing": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/knowing"
]
}
}
}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.blackwell-systems%2Fknowing)<a href="https://mcptoplist.com/server/io.github.blackwell-systems%2Fknowing"><img src="https://mcptoplist.com/badge/io.github.blackwell-systems%2Fknowing.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
blackwell-systems
Other servers by blackwell-systems
View all blackwell-systems servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | May 17, 2026 |
Frequently asked questions
- Who maintains knowing?
- knowing is maintained by blackwell-systems, which publishes 4 MCP servers (23 total versions) tracked on MCP Toplist.
- Is knowing listed on the Official MCP Registry?
- Yes — knowing is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does knowing have?
- MCP Toplist tracks 1 version of knowing, most recently published on May 17, 2026.
- Where can I find the source code for knowing?
- The source code for knowing is hosted at github.com/blackwell-systems/knowing.