Jarroba Tools for Cursor
io.github.invarato/jarroba-tools
104 deterministic tools for your AI: logs, tests, SQL, diagrams, SPARQL. Local, no network.
client:Cursor
transport:stdio
runtime:npm
Install Jarroba Tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jarroba-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jarroba/mcp"
],
"env": {
"JARROBA_MCP_DOMAINS": "<JARROBA_MCP_DOMAINS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs