dotnet-context-mcp

sayinbrahim/dotnet-context-mcp
★ 0 stars C# AI/LLM Updated 1d ago
MCP server bridging Claude Code with .NET solution analysis via Roslyn
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sayinbrahim/dotnet-context-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that gives AI assistants deep context about .NET codebases via Roslyn. | Tool | Description | |------|-------------| | `echo` | Reflects any message back to the caller — used to verify the server is wired up correctly | | `list_dbcontexts` | Lists all EF Core `DbContext` classes in a `.sln` file using Roslyn |

Tools (4)

echolist_dbcontextsmessagesolutionPath