Skip to content
Grok

m-dev-tools for Grok

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

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

client:Grok transport:stdio runtime:pypi

Install m-dev-tools in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

m-dev-tools in other clients