MCP Server
MCP
io.github.darylmcd/roslyn-mcp
Local-first MCP server for semantic C# analysis & refactoring via Roslyn & MSBuildWorkspace.
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
By
Comments
Sign in to leave a comment