Parlance

netinlet/Parlance
★ 1 stars C# AI/LLM Updated 2d ago
A C# code intelligence MCP server built on 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": {
    "parlance": {
      "command": "npx",
      "args": [
        "-y",
        "netinlet/Parlance"
      ]
    }
  }
}

README Excerpt

A C# code intelligence MCP server built on Roslyn — semantic navigation, diagnostics, and code actions for AI agents working in .NET codebases. Parlance exposes your solution via the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP), giving AI agents direct access to a full MSBuildWorkspace: type information, symbol search, call hierarchies, diagnostics, and code fixes — without reading raw source files.