Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions blog-developer/2026-08-03-mcp-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: August 3, 2026 - Sumo Logic MCP Server Now Generally Available
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
hide_table_of_contents: true
keywords:
- mcp
- api
- ai
- agent
---

We're excited to announce that the Sumo Logic MCP server is now generally available. The MCP server lets MCP-compatible clients, such as developer IDEs, security workflows, and enterprise AI platforms, connect to Sumo Logic to query logs, investigate security insights, manage alerts and dashboards, and more, all using natural language. See [Sumo Logic MCP Server](/docs/api/mcp-server) for setup and available tools.

#### What you can do

The MCP server exposes tool categories for:
* **Log search**. Run log search queries and retrieve results.
* **Alerts management**. Search and retrieve alerts.
* **Dashboard management**. Create, retrieve, and update dashboards.
* **Cloud SIEM**. Manage insights, detection rules, and status updates.
* **Discovery**. List custom fields, field extraction rules, and partitions to help scope log searches.

All tools respect your existing Sumo Logic permission controls and access policies.

#### Getting started

Connect an MCP-compatible client using OAuth 2.0 with Client ID Metadata Documents (CIMD), including setup steps for Claude Code CLI. See [Sumo Logic MCP Server](/docs/api/mcp-server) for the deployment-specific server URL, prerequisites, and configuration steps.
8 changes: 8 additions & 0 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
</div>
</div></div>

<div className="box-wrapper" markdown="1">
<div className="box boxwidetop card">
<div className="container">
<a href={useBaseUrl('docs/api/mcp-server')}><img src={useBaseUrl('img/search/mobot/mobot-welcome.png')} alt="Mobot head icon" width="75"/><h4>Sumo Logic MCP Server ✨</h4></a>
<p>Connect AI tools to Sumo Logic via MCP to query logs, manage alerts and dashboards, and investigate security incidents using natural language.</p>
</div>
</div></div>

<br/>

<div className="box-wrapper" markdown="1">
Expand Down
Loading