logan-mcp-server

rishabh-ghosh24/logan-mcp-server
★ 2 stars Python 🤖 AI/LLM Updated 1mo ago
MCP server that connects AI assistants to OCI Log Analytics. Query, analyze, and explore your logs through natural language. No query language expertise required.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "logan-mcp-server": {
      "command": "uvx",
      "args": [
        "logan-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install logan-mcp-server