AgentHubAgentHub

.NET MCP Server

MCP ServerMCP Registry官方收录

io.github.jongalloway/dotnet-mcp · v1.1.2

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

概览

.NET MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.jongalloway/dotnet-mcp",
  "type": "mcp-server",
  "version": "1.1.2",
  "displayName": ".NET MCP Server",
  "description": "AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.",
  "repository": {
    "url": "https://github.com/jongalloway/dotnet-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "nuget",
        "identifier": "Community.Mcp.DotNet",
        "version": "1.1.2",
        "runtimeHint": "dnx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DOTNET_SKIP_FIRST_TIME_EXPERIENCE",
            "description": "Skip .NET CLI first-time setup experience"
          },
          {
            "name": "DOTNET_NOLOGO",
            "description": "Suppress .NET logo and startup messages"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.jongalloway/dotnet-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jongalloway%2Fdotnet-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
.NET MCP Server — MCP Server 安装与配置 · AgentHub