AgentHubAgentHub

DevTool MCP

MCP ServerMCP Registry官方收录

io.github.standardbeagle/devtool-mcp · v0.3.1

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

概览

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

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.standardbeagle/devtool-mcp",
  "type": "mcp-server",
  "version": "0.3.1",
  "displayName": "DevTool MCP",
  "description": "Development tooling MCP server with process management, proxy, and frontend diagnostics",
  "repository": {
    "url": "https://github.com/standardbeagle/devtool-mcp",
    "source": "github"
  },
  "homepage": "https://standardbeagle.github.io/devtool-mcp/",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@standardbeagle/devtool-mcp",
        "version": "0.3.1",
        "transport": "stdio"
      },
      {
        "registryType": "pypi",
        "identifier": "devtool-mcp",
        "version": "0.3.1",
        "runtimeHint": "uvx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.standardbeagle/devtool-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.standardbeagle%2Fdevtool-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
DevTool MCP — MCP Server 安装与配置 · AgentHub