Home › Other › DevTool MCP

DevTool MCP

Development tooling MCP server with process management, proxy, and frontend diagnostics

Go
★ 20 stars Last pushed 2026-09-19 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y @standardbeagle/devtool-mcp@0.3.1

Or add to your MCP client config:

{
  "mcpServers": {
    "agnt": {
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp@0.3.1"
      ]
    }
  }
}

Package (pypi 0.3.1)

uvx devtool-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "agnt": {
      "command": "uvx",
      "args": [
        "devtool-mcp"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry