Skip to content
VS Code

regex for VS Code

io.github.rog0x/regex

Regex test, explain, replace patterns for AI agents

client:VS Code transport:stdio runtime:npm

Install regex in VS Code

.vscode/mcp.json

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

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

regex in other clients