MCPsharp

jas88/MCPsharp
★ 0 stars C# 💻 Code/Dev Tools Updated today
Model Context Protocol (MCP) server for intelligent C# project analysis and semantic code editing
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": {
    "mcpsharp": {
      "command": "npx",
      "args": [
        "-y",
        "jas88/MCPsharp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server for intelligent C# project analysis and semantic code editing. Provides Claude Code with deep understanding of C# projects including cross-file dependencies, project structure, and Roslyn-based semantic operations. - **MCP Protocol Server** — JSON-RPC 2.0 over stdio for Claude Code integration

Tools (20)

add_class_methodadd_class_propertyai_implement_featureai_refactorai_suggest_fixanalyze_call_graphanalyze_call_patternsanalyze_impactanalyze_inheritanceanalyze_type_dependenciesask_codebasecode_quality_analyzecode_quality_fixcode_quality_profilesextract_methodfile_editfile_listfile_readfile_writefind_call_chains