regex test mcp for Cursor
io.github.mukundakatta/regex-test-mcp
Trustworthy JS regex testing. Real offsets, named groups, safe against zero-width loops.
client:Cursor
transport:stdio
runtime:npm
Install regex test mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"regex-test-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/regex-test-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs