context-manager

nushey/context-manager
★ 1 stars C# 🤖 AI/LLM Updated today
C# MCP server for cheap context extraction in agentic AI workflows
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": {
    "context-manager": {
      "command": "npx",
      "args": [
        "-y",
        "nushey/context-manager"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that extracts structural contracts from C# source files using Roslyn. Instead of sending thousands of tokens of raw source code to an AI agent, you give it a compact JSON summary: types, methods, signatures, dependencies, line numbers — everything an agent needs to understand a file without reading it.

Tools (2)

inspect_contextinspect_file

Topics

agentsaimcp