observe-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@observe-mcpsearch logs for service 'api-gateway' with status 500"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
observe-mcp
An MCP server for querying Observe.com logs using OPAL. Compatible with Claude Desktop, Claude Code, and any MCP client.
Tools
Tool | Description |
| Run a raw OPAL pipeline query against any dataset |
| Discover available datasets in your Observe tenant |
| Live-sample a dataset to see available fields |
| Return cached field schema (instant, no API call) |
| Search logs for a named service |
| Search logs by any field/value pair (userId, requestId, deviceId, etc.) |
| OPAL language reference and query examples |
Related MCP server: Uptrace MCP Server
Configuration
Variable | Required | Description |
| Yes | Your Observe tenant ID (numeric). Found in your Observe URL: |
| Yes | Observe bearer token. Generate at: Observe UI → Settings → API Tokens |
| No | Default dataset path used when |
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-mcpUsage 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
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.
Latest Blog Posts
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/staffdill/observe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server