Workspace-aware .NET 10 MCP server with filesystem, activity routing, optional shell, SSH, web, and local inference tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpserverdotnet": {
"command": "npx",
"args": [
"-y",
"haxxornulled/McpServerDotNet"
]
}
}
}
Run in terminal:
claude mcp add mcpserverdotnet npx -y haxxornulled/McpServerDotNet
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpserverdotnet": {
"command": "npx",
"args": [
"-y",
"haxxornulled/McpServerDotNet"
]
}
}
}