Simple Observability MCP

The Model Context Protocol (MCP) allows your AI agents to query real-time monitoring data. By connecting your agent to our MCP server, it can fetch metrics, logs, active incidents, and other infrastructure details directly during your conversation.

Configuration

Add the following to your MCP server configuration:

{
  "mcpServers": {
    "simob": {
      "url": "https://mcp.simpleobservability.com/sse",
      "headers": {
        "SIMOB-API-KEY": "YOUR_API_KEY"
      }
    }
  }
}

Authentication

To authenticate the connection, you need a valid API key. You can generate one from your dashboard by navigating to Settings > API keys.

Treat this key like a password. It grants your agent access to read your infrastructure data, allowing it to help you debug issues with full context.