sumo-mcp
Allows searching logs in Sumo Logic using the search_logs tool, supporting query, time range, max results, and timezone parameters, returning JSON messages with fields such as _messageTime, _sourceCategory, _sourceHost, _sourceName, and _raw.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sumo-mcpsearch for recent errors in my app logs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sumo-mcp
Minimal MCP server that exposes a single search_logs tool for Sumo Logic.
Build
npm install
npm run buildConfigure in Claude Code
API Key
In Sumo:
Click on your username and select
Personal Access KeysClick
Add New Access KeyEnter a name, e.g.
Claude LocalSelect
Customunder scopeCheck
Run Log Searchunder theLog SearchsectionSave the key
Install
claude mcp add --scope user sumo `
--env SUMO_ACCESS_ID=<your-access-id> `
--env SUMO_ACCESS_KEY=<your-access-key> `
--env SUMO_ENDPOINT=https://api.us2.sumologic.com `
-- node C:\Source\SumoMcp\dist\index.jsSUMO_ENDPOINT must match https://api.*.sumologic.com. Pick the host for your Sumo deployment region (US2, EU, AU, etc.).
Tool
search_logs(query, from?, to?, max_results?, timezone?)
query— Sumo search expressionfrom/to— ISO 8601 or Sumo relative (-15m,-1h,now). Default-15m/nowmax_results— default 100, capped at 1000timezone— IANA name, defaultUTC
Returns a JSON array of messages with _messageTime, _sourceCategory, _sourceHost, _sourceName, _raw.
Hard timeout 60s — narrow the time range or query if you hit it.
Design
See docs/superpowers/specs/2026-05-07-sumo-mcp-design.md.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/droyad/sumo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server