← Back to Plugins
MCP Server MCP

DevTool MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @standardbeagle/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@standardbeagle/devtool-mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "devtool-mcp",
      "version": "0.3.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...