Skip to content
Cursor

regex for Cursor

io.github.rog0x/regex

Regex test, explain, replace patterns for AI agents

client:Cursor transport:stdio runtime:npm

Install regex in Cursor

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

{
  "mcpServers": {
    "regex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-regex-tools"
      ]
    }
  }
}

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

regex in other clients