Fuse for Cursor
io.github.litenova-solutions/fuse
Local .NET compiler verification, change impact, and typed wiring for AI agents.
client:Cursor
transport:stdio
runtime:nuget
Install Fuse in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fuse": {
"type": "stdio",
"command": "dnx",
"args": [
"Fuse",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs