GitHub Knowledge Graph MCP Server
About
MCP server for GitHub Knowledge Graph exploration and analysis
Details
- Author
- ItamarZand88
- Downloads
- 274
- Categories
- Knowledge Base
Jump to
- Generate knowledge graphs from GitHub repositories
- Check status and retrieve analysis results
- Navigate and explore knowledge graphs interactively
- Search nodes and get detailed node information
- Analyze dependencies and detect circular dependencies
- Get overview statistics for a knowledge graph
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GitHub Knowledge Graph MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally with npm install -g github-knowledge-graph-mcp, then run github-kg-mcp or npx github-knowledge-graph-mcp. Configure environment variables like MCP_PORT, MCP_HOST, MCP_DATA_DIR, and MCP_LOG_LEVEL. To integrate with Claude Desktop, run npx github-knowledge-graph-mcp install-claude.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"github knowledge graph mcp server": {
"github-knowledge-graph-mcp": {
"command": "npx",
"args": [
"github-knowledge-graph-mcp"
]
}
}
}
}
McpServers
{
"github-knowledge-graph-mcp": {
"command": "npx",
"args": [
"github-knowledge-graph-mcp"
]
}
}
GitHub Knowledge Graph MCP Server
Generate and interact with knowledge graphs of GitHub repositories using the Model Context Protocol (MCP).
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


