Observe
БесплатноНе проверенAn MCP server for querying Observe.com logs using OPAL, with tools for dataset discovery, schema inspection, and log searching.
Описание
An MCP server for querying Observe.com logs using OPAL, with tools for dataset discovery, schema inspection, and log searching.
README
An MCP server for querying Observe.com logs using OPAL. Compatible with Claude Desktop, Claude Code, and any MCP client.
Tools
| Tool | Description |
|---|---|
observe_query |
Run a raw OPAL pipeline query against any dataset |
list_datasets |
Discover available datasets in your Observe tenant |
inspect_dataset |
Live-sample a dataset to see available fields |
get_dataset_schema |
Return cached field schema (instant, no API call) |
search_service_logs |
Search logs for a named service |
search_entity_logs |
Search logs by any field/value pair (userId, requestId, deviceId, etc.) |
observe_docs |
OPAL language reference and query examples |
Configuration
| Variable | Required | Description |
|---|---|---|
OBSERVE_CUSTOMER_ID |
Yes | Your Observe tenant ID (numeric). Found in your Observe URL: https://<id>.observeinc.com |
OBSERVE_TOKEN |
Yes | Observe bearer token. Generate at: Observe UI → Settings → API Tokens |
OBSERVE_DEFAULT_DATASET |
No | Default dataset path used when dataset_path is not passed |
Usage with Claude Code
claude mcp add observe docker run -i --rm \
-e OBSERVE_CUSTOMER_ID=<your-id> \
-e OBSERVE_TOKEN=<your-token> \
staffdill/observe-mcp
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"observe": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "OBSERVE_CUSTOMER_ID=<your-id>",
"-e", "OBSERVE_TOKEN=<your-token>",
"staffdill/observe-mcp"
]
}
}
}
Schema Cache
get_dataset_schema returns instant results from a local cache file (data/fields.json). This file is tenant-specific and not included in the image. If the cache is absent, use inspect_dataset for a live field sample instead.
License
MIT
Установка Observe
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/staffdill/observe-mcpFAQ
Observe MCP бесплатный?
Да, Observe MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Observe?
Нет, Observe работает без API-ключей и переменных окружения.
Observe — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Observe в Claude Desktop, Claude Code или Cursor?
Открой Observe на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Observe with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
