com.microsoft/nuget
Сервер Model Context Protocol (MCP) для NuGet.
AINuGet
Локальный · nuget
official
Что это
Сервер Model Context Protocol (MCP) для NuGet.
Как подключить
1Официальный package
nuget · NuGet.Mcp.Server@1.4.16
2Установить и запустить в терминале
dnx NuGet.Mcp.Server@1.4.16
3Добавить в конфиг MCP-клиента (mcp.json / claude_desktop_config.json)
{
"mcpServers": {
"com-microsoft-nuget": {
"command": "dnx",
"args": [
"NuGet.Mcp.Server@1.4.16"
]
}
}
}
Вставьте блок в конфиг клиента (Claude Desktop, Claude Code, Cursor, VS Code, Cline). Команда и package собраны из полей официального MCP Registry.