superlog
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
query_logs— Search OpenTelemetry log records in the active project.query_traces— Search OpenTelemetry spans in the active project.query_metrics— Fetch metric data points across gaugelist_services— List distinct service.name values emitting telemetry in a window.get_incident— Fetch one incident by UUID with agent findings and telemetry samples.search_incidents— Search incidents in the active project by status/severity/service.list_projects— List every project the user can access.get_active_project— Return the session's default project.set_active_project— Change the default project for subsequent calls.list_dashboards— List all dashboards in the active project.get_dashboard— Fetch a dashboard with all of its widgets.create_dashboard— Create a dashboardupdate_dashboard— Rename a dashboard.add_dashboard_widget— Append a widget to a dashboard.update_dashboard_widget— Patch a widget's titledelete_dashboard_widget— Remove a widget from a dashboard.set_dashboard_variables— Replace a dashboard's template-variable list.delete_dashboard— Delete a dashboard and its widgets.list_alerts— List all alerts in the active project.get_alert— Fetch an alert plus its recent firings.create_alert— Create a threshold alert on logsupdate_alert— Patch an existing alert.delete_alert— Permanently delete an alert.preview_alert— Evaluate a draft alert spec against current data without saving.test_alert— Re-evaluate a saved alert against current data.get_issue_filter— Read the project's issue include/exclude filter.update_issue_filter— Update the project's issue filter buckets.preview_issue_filter— Preview which recent ERROR events survive a candidate filter.get_project_context— Read the project's freeform investigation context.set_project_context— Overwrite the project's freeform context.create_agent_memory— Store a durable learning injected into future investigations.list_agent_memories— List active and archived agent memories.update_agent_memory— Patch or archive a stored memory.delete_agent_memory— Permanently delete a stored memory.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.