From dotnet
Local stdio MCP server started via 'aspire mcp start' CLI command. Provides tools for .NET Aspire to orchestrate, manage, and monitor cloud-native distributed .NET applications.
npx claudepluginhub melodic-software/claude-code-plugins --plugin dotnetAdd to your .mcp.json:
{
"mcpServers": {
"aspire": {
"command": "aspire",
"args": [
"mcp",
"start"
]
}
}
}aspireShare bugs, ideas, or general feedback.