pinorama-mcp
v0.2.1
Published
A [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes your log database to AI assistants. Ask questions in natural language — the AI reads the schema, picks the right tools, and queries your logs.
Readme
pinorama-mcp
A Model Context Protocol server that exposes your log database to AI assistants. Ask questions in natural language — the AI reads the schema, picks the right tools, and queries your logs.
Installation
npm i pinorama-mcpStandalone Mode
pinorama-mcp http://localhost:6200/pinoramaClaude Desktop
{
"mcpServers": {
"pinorama": {
"command": "npx",
"args": ["pinorama-mcp", "http://localhost:6200/pinorama"]
}
}
}Claude Code
claude mcp add pinorama -- npx pinorama-mcp http://localhost:6200/pinoramaTools
get_schema · search_logs · tail_logs · count_logs · get_field_values · aggregate_by_field · get_log_context · compare_periods · get_stats
Documentation
Full documentation at pinorama.dev/packages/mcp.
