Read-only stdio MCP server for OpenObserve Community Edition via REST API, enabling log, trace, schema, and dashboard queries.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
The install command below didn't complete successfully in our automated test.
uvx --fromerror: a value is required for '--from <FROM>' but none was supplied For more information, try '--help'.
This is an experimental automated check and can have false negatives β missing environment variables, a slow cold install, etc. It doesnβt necessarily mean somethingβs wrong. Last checked 1mo ago.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Openobserve Community MCP.
list_streamsCallable MCP tool function
get_stream_schemaCallable MCP tool function
search_logsCallable MCP tool function
search_aroundCallable MCP tool function
search_valuesCallable MCP tool function
list_dashboardsCallable MCP tool function
stdio MCP server for OpenObserve Community Edition, using only the regular REST API.
This package is designed for local MCP clients such as Claude and Codex.
What it is:
stdio only/mcp endpointThe server can boot without an active OpenObserve configuration so hosted MCP platforms can start it,
but every tool call still requires a reachable external OpenObserve instance configured via OO_BASE_URL
and credentials.
This creates a sample config at:
Edit it:
Example:
OpenCode configures MCP servers under mcp in its config file. According to the official docs,
you can add MCP servers in your global config at ~/.config/opencode/opencode.json or in a
project-level opencode.json.
See:
If you created the sample config with openobserve-mcp init-config, you can point OpenCode to it:
You can also inline the OpenObserve settings directly in the OpenCode MCP config:
OpenCode's MCP docs also support optional enabled, environment, and timeout fields for local
servers if you want to tune startup behavior.
This repository also publishes a container image for Docker-based MCP clients and Glama deployments:
OO_ORG_ID is optional when the credentials only have access to one organization.
Use OO_USERNAME and OO_PASSWORD for basic auth, or OO_TOKEN for bearer auth.
The container can start without these values for hosted MCP platforms, but tool calls will fail until
you configure a real external OpenObserve instance.
Default config path:
Supported settings:
OO_BASE_URLOO_ORG_ID optionalOO_AUTH_MODEOO_USERNAME and OO_PASSWORD for basic authOO_TOKEN for bearer authOO_TIMEOUT_SECONDSOO_VERIFY_SSLOO_CONFIG_FILE optional explicit path to a config fileConfig precedence:
OO_CONFIG_FILE~/.config/openobserve-mcp/config.env.env.local in the current directoryYou can also pass config directly via MCP client env settings.
If you prefer to keep everything in OpenCode config instead of a separate config.env, use:
Official OpenCode references:
list_streamsget_stream_schemasearch_logssearch_aroundsearch_valueslist_dashboardsget_dashboardget_latest_tracesIf you prefer a persistent local binary instead of uvx:
This installs the openobserve-mcp command into your user-level uv tools directory.
You can also run the server directly:
This mode may require ~/.local/bin to be present in your PATH.
If openobserve-mcp is not found, either:
~/.local/bin to your PATH; oruvx --from openobserve-community-mcp openobserve-mcp launch mode instead.Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/alilxxey-openobserve-community-mcp)<a href="https://allmcps.com/mcp/alilxxey-openobserve-community-mcp"><img src="https://allmcps.com/api/badge/alilxxey-openobserve-community-mcp?style=directory" alt="Openobserve Community MCP on AllMCPs" /></a>