Knowledge Graph MCP
Rank #50,834io.github.zcsabbagh/knowledge-graph-mcp
MCP server providing knowledge-graph-mcp capabilities
Knowledge Graph MCP is a Model Context Protocol (MCP) server published by zcsabbagh. It ranks #50,834 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Knowledge Graph MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and Smithery, with 1 tracked version. It was first listed on Dec 29, 2025 and most recently updated on Dec 30, 2025.
Ranks ahead of 64,757 of 115,591 servers on MCP Toplist.
Use Knowledge Graph MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add knowledge-graph-mcp -e "KNOWLEDGE_GRAPH_DB_PATH=<your KNOWLEDGE_GRAPH_DB_PATH>" -- uvx knowledge-graph-mcpReplace each placeholder with your own value before saving.
[mcp_servers.knowledge-graph-mcp]
command = "uvx"
args = ["knowledge-graph-mcp"]
[mcp_servers.knowledge-graph-mcp.env]
KNOWLEDGE_GRAPH_DB_PATH = "<your KNOWLEDGE_GRAPH_DB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"knowledge-graph-mcp": {
"command": "uvx",
"args": [
"knowledge-graph-mcp"
],
"env": {
"KNOWLEDGE_GRAPH_DB_PATH": "<your KNOWLEDGE_GRAPH_DB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"knowledge-graph-mcp": {
"command": "uvx",
"args": [
"knowledge-graph-mcp"
],
"env": {
"KNOWLEDGE_GRAPH_DB_PATH": "<your KNOWLEDGE_GRAPH_DB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"knowledge-graph-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"knowledge-graph-mcp"
],
"env": {
"KNOWLEDGE_GRAPH_DB_PATH": "<your KNOWLEDGE_GRAPH_DB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"knowledge-graph-mcp": {
"command": "uvx",
"args": [
"knowledge-graph-mcp"
],
"env": {
"KNOWLEDGE_GRAPH_DB_PATH": "<your KNOWLEDGE_GRAPH_DB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"knowledge-graph-mcp": {
"command": "uvx",
"args": [
"knowledge-graph-mcp"
],
"env": {
"KNOWLEDGE_GRAPH_DB_PATH": "<your KNOWLEDGE_GRAPH_DB_PATH>"
}
}
}
}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.zcsabbagh%2Fknowledge-graph-mcp)<a href="https://mcptoplist.com/server/io.github.zcsabbagh%2Fknowledge-graph-mcp"><img src="https://mcptoplist.com/badge/io.github.zcsabbagh%2Fknowledge-graph-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
zcsabbagh
Other servers by zcsabbagh
View all zcsabbagh servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Dec 30, 2025 |
Frequently asked questions
- Who maintains Knowledge Graph MCP?
- Knowledge Graph MCP is maintained by zcsabbagh, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Knowledge Graph MCP listed on the Official MCP Registry?
- Yes — Knowledge Graph MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and Smithery.
- How many versions does Knowledge Graph MCP have?
- MCP Toplist tracks 1 version of Knowledge Graph MCP, most recently published on Dec 30, 2025.
- Where can I find the source code for Knowledge Graph MCP?
- The source code for Knowledge Graph MCP is hosted at github.com/zcsabbagh/knowledge-graph-mcp.