MCP.so
登录

SumoLogic MCP Server

@greyaperez

关于 SumoLogic MCP Server

MCP Server for SumoLogic API

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

shell

传输方式

stdio

发布者

greyaperez

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

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

概览

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.

评论

其他 分类下的更多 MCP 服务器