dev-context-mcp-server-demo

iJustHelp/dev-context-mcp-server-demo
★ 0 stars C# AI/LLM Updated today
An MCP server.
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": {
    "dev-context-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "iJustHelp/dev-context-mcp-server-demo"
      ]
    }
  }
}

README Excerpt

A demo that builds the same **City API** twice — once with **Claude** and once with **GitHub Copilot** — to show how a coding agent uses the [DevContext MCP server](https://github.com/iJustHelp/dev-context-mcp-server) to ground its work in indexed internal NuGet packages, public .NET symbols, and company documentation instead of guessing at unfamiliar APIs.