DevTool MCP for VS Code
io.github.standardbeagle/devtool-mcp
Development tooling MCP server with process management, proxy, and frontend diagnostics
client:VS Code
transport:stdio
runtime:npm
Install DevTool MCP in VS Code
.vscode/mcp.json
{
"servers": {
"devtool-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@standardbeagle/devtool-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs