mcp geratools for Cursor
services.gera/mcp-geratools
base64, hashing, regex, word count, JWT decode and CSS unit conversion. Deterministic, offline.
client:Cursor
transport:stdio
runtime:npm
Install mcp geratools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-geratools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geratools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs