Skip to content
Cursor

m-dev-tools for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install m-dev-tools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

m-dev-tools in other clients