MCP Sumo Logic
@samwang0723
关于 MCP Sumo Logic
MCP server for Sumologic
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-sumologic": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/sumologic",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Sumo Logic?
A Model Context Protocol server that integrates with Sumo Logic's API to perform log searches, designed for users needing to query Sumo Logic logs via an MCP-compatible client.
How to use MCP Sumo Logic?
Clone the repository, install dependencies (npm install), create a .env file with required environment variables, build (npm run build), and start (npm start). Alternatively, use the provided Docker setup. The server exposes a search-sumologic tool that accepts parameters query, from (optional), and to (optional).
Key features of MCP Sumo Logic
- Search Sumo Logic logs using custom queries
- Configurable time ranges for searches
- Error handling and detailed logging
- Docker support for easy deployment
Use cases of MCP Sumo Logic
- Query application logs from Sumo Logic within a specific time window
- Automate log analysis workflows with an MCP-compatible client
- Troubleshoot incidents by fetching logs for a given period
FAQ from MCP Sumo Logic
What environment variables are required?
You must set ENDPOINT (Sumo Logic API endpoint), SUMO_API_ID, and SUMO_API_KEY. These can be passed via a .env file or directly as Docker environment variables.
How do I specify a time range for a search?
The search-sumologic tool accepts optional from and to parameters in ISO 8601 format (e.g., 2024-02-23T00:00:00Z).
What transport or authentication does the server use?
It connects to Sumo Logic’s HTTP API using API ID and API key authentication.
What are the runtime dependencies?
The server requires Node.js and runs with npm install and npm start. Docker is also supported for containerized deployment.
Is there development or testing support?
Yes, the repository supports development mode (npm run dev) and tests (npm test).
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论