MCP Sumo Logic Server
MCP スモロジック
Sumo Logic の API と統合してログ検索を実行するモデル コンテキスト プロトコル (MCP) サーバー。
特徴
カスタムクエリを使用してSumo Logicログを検索する
検索の時間範囲を設定可能
エラー処理と詳細なログ記録
簡単に導入できるDockerサポート
Related MCP server: sumo-mcp
環境変数
ENDPOINT=https://api.au.sumologic.com/api/v1 # Sumo Logic API endpoint
SUMO_API_ID=your_api_id # Sumo Logic API ID
SUMO_API_KEY=your_api_key # Sumo Logic API Key設定
リポジトリをクローンする
依存関係をインストールします:
npm install必要な環境変数を含む
.envファイルを作成するプロジェクトをビルドします。
npm run buildサーバーを起動します。
npm start
Dockerのセットアップ
Docker イメージをビルドします。
docker build -t mcp/sumologic .コンテナを実行します (1 つの方法を選択):
a. 環境変数を直接使用する:
docker run -e ENDPOINT=your_endpoint -e SUMO_API_ID=your_api_id -e SUMO_API_KEY=your_api_key mcp/sumologicb. .env ファイルを使用する:
docker run --env-file .env mcp/sumologic注: .env ファイルに必要な環境変数が含まれていることを確認してください。
ENDPOINT=your_endpoint SUMO_API_ID=your_api_id SUMO_API_KEY=your_api_key
使用法
サーバーは、次のパラメータを受け入れるsearch-sumologicツールを公開します。
query(必須): Sumo Logicの検索クエリfrom(オプション): ISO 8601形式の開始時刻to(オプション): ISO 8601形式の終了時刻
クエリの例:
const query = '_index=app_pro_fiat_cont | json auto | fields log_identifier';
const results = await search(sumoClient, query, {
from: '2024-02-23T00:00:00Z',
to: '2024-02-24T00:00:00Z',
});エラー処理
サーバーには包括的なエラー処理とログ記録が含まれています。
APIエラーがキャッチされ、詳細とともにログに記録されます
検索ジョブのステータスが監視され、記録されます
ネットワークと認証の問題が適切に処理されている
発達
開発モードで実行するには:
npm run devテストの場合:
npm testThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
SOAR security playbooks for AI agents: fetch, full-text search, and count. Metered via Stripe.
Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents.
Investigate errors, track deployments, analyze performance, and manage application monitoring
Syslog receiver and MCP server for homelab log intelligence.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceIntegrates with Jira REST API to create tickets with customizable fields and retrieve ticket information by key, with Dockerized deployment support.
- FlicenseAqualityDmaintenanceEnables searching Sumo Logic logs using the search_logs tool, with support for query parameters such as time range and maximum results.11
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to run Sumo Logic log searches via HTTP using the Search Job API.1
- AlicenseNot gradedqualityDmaintenanceEnables natural language interaction with SumoLogic for log management and analytics, with contextual awareness through a configuration file that maps your environment.Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samwang0723/mcp-sumologic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server