← Back to Plugins
MCP Server MCP

io.github.darylmcd/roslyn-mcp

github By github 👁 1 views ▲ 0 votes

Local-first MCP server for semantic C# analysis & refactoring via Roslyn & MSBuildWorkspace.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "Darylmcd.RoslynMcp",
      "version": "4.0.0",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Server-owned filesystem boundary for path validation and solution discovery. Path-separator-delimited (';' on Windows, ':' on macOS/Linux). '.' scopes the server to its working directory. An empty value fails closed: every path-taking tool rejects its input.",
          "value": ".",
          "name": "ROSLYNMCP_SANCTIONED_ROOTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...