Skip to content
VS Code

m-dev-tools for VS Code

io.github.m-dev-tools/m-dev-tools-mcp

MCP server wrapping the m-dev-tools catalog: route_intent, describe, verify.

client:VS Code transport:stdio runtime:pypi

Install m-dev-tools in VS Code

.vscode/mcp.json

{
  "servers": {
    "m-dev-tools-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "m-dev-tools-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

m-dev-tools in other clients