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.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
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.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント