Jarroba Tools · Logs for Cursor
io.github.invarato/jarroba-tools-logs
Lets your AI read a CI log far too big for its context. 11 tools, takes a file path.
client:Cursor
transport:stdio
runtime:npm
Install Jarroba Tools · Logs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jarroba-tools-logs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-logs"
],
"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