@pooml/mcp
@pooml/mcp
pooml 向け MCP サーバー: Claude または他の MCP クライアントから、ログと メトリクスをプレーンな SQL でクエリできます。
お使いのマシン上で動作し (stdio)、pooml インスタンスにはその読み取り専用の クエリ API を介して通信します。 認証情報はローカルに留まり、pooml サーバーに MCP 固有の設定は不要です。
ツール
query_logs- ログに対する SQL (レベル、サービス、FTS5 による全文検索)query_metrics- メトリクスに対する SQL (カウンターとゲージ)list_metrics- 存在するメトリクスの一覧。モデルが名前を推測しないようにするため
厳密に読み取り専用: すべてのクエリは pooml の多層 SQL バリデーションを通過します (SELECT のみ、許可リストに登録されたテーブル、読み取り専用接続、タイムアウト、行数の上限)。
セットアップ
pooml サーバーでクエリ API を有効にします:
POOML_QUERY_API_ENABLED=trueとPOOML_QUERY_AUTH_SECRET=<min 32 chars>を設定します。MCP クライアントに追加します。Claude Code の場合:
claude mcp add pooml \
-e POOML_URL=https://your-pooml-host:8080 \
-e POOML_QUERY_AUTH_SECRET=your-query-secret \
-- npx -y @pooml/mcpまたは .mcp.json 内:
{
"mcpServers": {
"pooml": {
"command": "npx",
"args": ["-y", "@pooml/mcp"],
"env": {
"POOML_URL": "https://your-pooml-host:8080",
"POOML_QUERY_AUTH_SECRET": "your-query-secret"
}
}
}
}pooml が Access 付きの Cloudflare Tunnel の背後にある場合は、サービストークンを追加します:
POOML_CF_ACCESS_CLIENT_ID と POOML_CF_ACCESS_CLIENT_SECRET。
SQL を使う理由
pooml の主眼は、あなたの可観測性データが SQLite であり、それを SQL で
クエリできることです。そして LLM はすでに SQL を流暢に話せます。モデルが幻覚を起こすような独自のクエリ言語はありません:
SELECT service, COUNT(*) FROM logs WHERE level >= 4 ... と書くだけで答えが得られます。
ライセンス
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only Yandex Metrika MCP. Query visits, sources, geo, devices and more in plain language.
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/n0rdy/pooml-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server