efcore-mcp

Sarmkadan/efcore-mcp
★ 0 stars C# Database Updated today
MCP server for EF Core: DbContext model introspection, safe read-only queries, migration diffs · Reworked from internal code into something shareable.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "efcore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Sarmkadan/efcore-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that lets any MCP client (Claude Code, Cursor, or anything else that speaks MCP) inspect, query and analyze your EF Core `DbContext` - model, relationships, data, migrations and design pitfalls - straight from the compiled assembly. Existing MCP database servers speak raw SQL and know nothing about EF Core conventions - fluent configuration, navigation properties, shadow properties, migration snapshots. This one loads your `DbContext` and answers from the actual EF Core model.

Tools (20)

DbContextEFMCP001EFMCP002EFMCP003EFMCP004EFMCP005EFMCP006EFMCP007EFMCP008HasMaxLengthcontext_infocount_entitydependency_orderdescribe_entitydescribe_modeldiff_pending_changesexplain_entityexplain_relationshipexplain_schemalist_entities

Topics

csharpdotnetefcoremcp
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →