Back to directory
alilxxey/openobserve-community-mcp

alilxxey/openobserve-community-mcp

@alilxxey

stdio MCP server for OpenObserve Community Edition, using only the regular REST API.

openobservemcpobservabilitylogsmetricstracessearchrest-apidatabase

Installation & Configuration

{
  "openobserve-community": {
    "command": [
      "uvx",
      "--from",
      "openobserve-community-mcp",
      "openobserve-mcp"
    ],
    "env": {
      "OO_BASE_URL": "https://openobserve.example.com",
      "OO_AUTH_MODE": "basic",
      "OO_USERNAME": "your_username",
      "OO_PASSWORD": "your_password"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15