MCP.so
Sign In

SumoLogic MCP Server

@greyaperez

About SumoLogic MCP Server

MCP Server for SumoLogic API

Basic information

Category

Other

License

Apache-2.0 license

Runtime

shell

Transports

stdio

Publisher

greyaperez

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-sumologic-greyaperez": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "\\"
      ]
    }
  }
}

Tools

14

Check if the SumoLogic API connection is working

List all SumoLogic collectors

Get a specific SumoLogic collector by ID

Create a new hosted collector in SumoLogic

Update an existing collector in SumoLogic

Delete a SumoLogic collector by ID

List all sources in a specific SumoLogic collector

Get a specific source from a SumoLogic collector

Create a new HTTP source in a SumoLogic collector

Start a search job in SumoLogic

Check the status of a search job

Get the results of a search job

List all monitors in SumoLogic

Get a specific monitor by ID

Overview

What is SumoLogic MCP Server?

It is a Model Context Protocol (MCP) server for the SumoLogic API, packaged as a Docker container. It allows AI agents to leverage MCP to interact with SumoLogic's API methods for managing collectors, sources, search jobs, and monitors.

How to use SumoLogic MCP Server?

Ensure Docker is installed and have a SumoLogic account with API credentials. Run the Docker container with the required environment variables (SUMOLOGIC_ACCESS_ID, SUMOLOGIC_ACCESS_KEY, SUMOLOGIC_API_ENDPOINT). Configuration examples are provided for VS Code and Claude Desktop clients.

Key features of SumoLogic MCP Server

  • Packaged as Docker container for easy deployment
  • Implements Model Context Protocol
  • Provides tools for interacting with SumoLogic API endpoints
  • Authentication via SumoLogic API keys
  • Support for Collectors, Sources, Search Jobs, and Monitors management

Use cases of SumoLogic MCP Server

  • Manage SumoLogic collectors, sources, search jobs, and monitors via AI agents
  • Integrate SumoLogic API into MCP-compatible clients like VS Code and Claude Desktop
  • Automate SumoLogic operations using natural language commands

FAQ from SumoLogic MCP Server

What are the prerequisites for running SumoLogic MCP Server?

You need Docker and a SumoLogic account with API access, including an Access ID and Access Key.

How do I configure SumoLogic MCP Server?

Set three environment variables: SUMOLOGIC_ACCESS_ID, SUMOLOGIC_ACCESS_KEY, and SUMOLOGIC_API_ENDPOINT (e.g., https://api.us2.sumologic.com/api).

What tools does SumoLogic MCP Server provide?

It offers 14 tools covering collectors, sources, search jobs, and monitors, including list, get, create, update, delete, and connection check.

How can I integrate SumoLogic MCP Server with MCP clients?

Configuration examples are provided for VS Code (.vscode/mcp.json) and Claude Desktop (claude_desktop_config.json), using the Docker run command with environment variables.

Comments

More Other MCP servers