Log10x MCP for Cline
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:Cline
transport:stdio
runtime:npm
Install Log10x MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"log10x-mcp": {
"command": "npx",
"args": [
"-y",
"log10x-mcp"
],
"env": {
"LOG10X_API_KEY": "<LOG10X_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs