dotnet-build-test-mcp

AI-Guiders/dotnet-build-test-mcp
★ 0 stars C# 💻 Code/Dev Tools Updated 2d ago
MCP server with build_structured and run_tests for .NET solutions. Structured build errors and test results.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-build-test-mc": {
      "command": "npx",
      "args": [
        "-y",
        "AI-Guiders/dotnet-build-test-mcp"
      ]
    }
  }
}

README Excerpt

MCP-сервер для структурированной сборки и тестов .NET: **build_structured**, **run_tests**, а также job-инструменты (**get_job_status**, **get_job_log**, **cancel_job**). Агент получает ошибки компиляции и упавшие тесты в JSON без парсинга лога. - **[dotnet-build-test-mcp/](dotnet-build-test-mcp/)** — сам MCP (тулы, публикация, как подключить в Cursor).