Roslyn-powered MCP server that exposes diagnostics, navigation, and refactoring tools for a .NET solution.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentic-dotnet": {
"command": "npx",
"args": [
"-y",
"Hookyns/agentic-dotnet"
]
}
}
}
Run in terminal:
claude mcp add agentic-dotnet npx -y Hookyns/agentic-dotnet
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-dotnet": {
"command": "npx",
"args": [
"-y",
"Hookyns/agentic-dotnet"
]
}
}
}