Log10x MCP for Cursor
io.github.log-10x/log10x-mcp
Tools to rank log patterns by volume and cost and to compact, tier down or offload each pattern
client:Cursor
transport:stdio
runtime:npm
Install Log10x MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"log10x-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"log10x-mcp"
],
"env": {
"LOG10X_API_KEY": "<LOG10X_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs