SumoLogic MCP Server
@greyaperez
关于 SumoLogic MCP Server
MCP Server for SumoLogic API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-sumologic-greyaperez": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"\\"
]
}
}
}工具
14Check 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 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论