Skip to content
Cursor

devmcp for Cursor

io.github.rudranaresh0201/devmcp

Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).

client:Cursor transport:stdio runtime:pypi

Install devmcp in Cursor

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

{
  "mcpServers": {
    "devmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "devmcp-server"
      ]
    }
  }
}

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

devmcp in other clients