GitHub Knowledge Graph MCP Server

by ItamarZand88

274 downloads
Not rated
GitHub

About

MCP server for GitHub Knowledge Graph exploration and analysis

Details

Author
ItamarZand88
Downloads
274
Categories
Knowledge Base

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GitHub Knowledge Graph MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.