MCP server for .NET: typecheck AI agent edits against the compiler, resolve DI and route wiring from Roslyn, scope PRs to the files that matter.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fuse": {
"command": "npx",
"args": [
"-y",
"Litenova-Solutions/Fuse"
]
}
}
}
Run in terminal:
claude mcp add fuse npx -y Litenova-Solutions/Fuse
Add to .cursor/mcp.json:
{
"mcpServers": {
"fuse": {
"command": "npx",
"args": [
"-y",
"Litenova-Solutions/Fuse"
]
}
}
}