dotnetdevmcp for Cursor
io.github.csa7mdm/dotnetdevmcp
MCP server that gives AI coding agents Roslyn's compiler view of a .NET solution.
client:Cursor
transport:stdio
runtime:nuget
Install dotnetdevmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dotnetdevmcp": {
"type": "stdio",
"command": "dnx",
"args": [
"DotNetDevMCP",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs