DevBitsLab.Mcp.SourceGraph

Jak3b0/DevBitsLab.Mcp.SourceGraph
★ 1 stars C# 🗄️ Database Updated today
Live code source graph MCP server for .NET solutions
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "devbitslab.mcp.sourc": {
      "command": "npx",
      "args": [
        "-y",
        "Jak3b0/DevBitsLab.Mcp.SourceGraph"
      ]
    }
  }
}

README Excerpt

A live code source graph [Model Context Protocol](https://modelcontextprotocol.io) server for .NET solutions. It indexes your C# code with Roslyn into a SQLite + FTS5 database, exposes structured graph queries to MCP-aware clients (Claude Code, Cursor, Continue, Claude Desktop, …) over stdio, and keeps the index

Tools (20)

clearfind_by_attributefind_definitionfind_diagnosticsfind_implementationsfind_referencesgraph_statsimpact_of_changelist_calleeslist_callerslist_generated_fileslist_memberslist_scopeslist_symbols_in_filelist_tests_formodule_summaryneighborhoodpingrecent_changessearch_symbols