Sumo Logic

Sumo Logic MCP Connector for Claude

A+

Manage logs, metrics, and collectors via Sumo Logic — run search jobs, monitor infrastructure, and manage collectors directly from any AI agent.

19 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Sumo Logic account to any AI agent to streamline your observability and log management workflows through natural conversation.

What you can do

  • Log Search Jobs — Create, poll, and retrieve results from asynchronous search jobs (create_search_job, get_search_job_status) for deep log analysis.
  • Collector Management — List, create, and update Hosted or Installed Collectors (list_collectors, create_hosted_collector) to manage data ingestion.
  • Source Configuration — Manage data sources within your collectors to ensure proper log flow and visibility.
  • Metrics Querying — Execute metrics queries (execute_metrics_query) to monitor system performance and health in real-time.
  • User Administration — List and manage users within your Sumo Logic organization to maintain secure access.

How it works

  1. Subscribe to this server
  2. Enter your Sumo Logic Access ID, Access Key, and API URL
  3. Start querying logs and managing infrastructure from Claude, Cursor, or any MCP-compatible client

No more switching between dashboards to find that one error log. Your AI acts as a dedicated SRE or DevOps engineer.

Who is this for?

  • DevOps Engineers — instantly search for production errors and check collector health without leaving the terminal or IDE
  • Security Analysts — run quick log queries to investigate potential threats and manage user access
  • SREs — monitor system metrics and manage data ingestion sources through simple natural language commands
logsmetricssiemobservabilitydevops

19 tools expose this connector's capabilities to your AI agent.

create_hosted_collector

Create a new Hosted Collector

create_search_job

Returns a SEARCH_JOB_ID which must be polled for status. Create an asynchronous log search job

create_source

Create a new Source within a Collector

create_user

Create a new user

delete_collector

Delete a Collector

delete_search_job

Delete a search job to free up concurrent slots

delete_source

Delete a Source

delete_user

Delete a user

execute_metrics_query

Execute metrics query and retrieve time-series data

get_collector

Get details for a specific Collector by ID

get_search_job_messages

Get raw log messages from a completed search job

get_search_job_records

Get aggregated records from a completed search job

get_search_job_status

Poll the status of a search job

get_source

Get details for a specific Source

list_collectors

List all Installed and Hosted Collectors

list_sources

List all Sources within a specific Collector

list_users

List all users in the organization

update_collector

Update an existing Collector

update_source

Update an existing Source

See how to talk to your AI agent using Sumo Logic.

List all my Sumo Logic collectors.

I've retrieved your collectors. You have 3 active collectors: 'Prod-Receiver' (ID: 1023), 'Staging-Logs' (ID: 1024), and 'Cloud-Hosted' (ID: 1025).

Search for 'error' in logs for the last 15 minutes.

I've initiated a search job (ID: job_98765). I will poll the status and let you know when the results are ready.

Get the records for search job ID job_98765.

The search job is complete. I found 12 records matching 'error'. Most common message: 'Connection timeout at 10.0.0.1'.

First, use `create_search_job` to start the search. Then, poll `get_search_job_status` until it's complete. Finally, use `get_search_job_messages` or `get_search_job_records` to retrieve the data.

Related Connectors