Skip to content
Cursor

string for Cursor

io.github.rog0x/string

String analyzer, diff, templates for AI agents

client:Cursor transport:stdio runtime:npm

Install string in Cursor

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

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

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

string in other clients