seosiri-ops-comm-mcp
OfficialProvides tools for exporting incident logs as columnar Parquet buffers for DuckDB/S3 storage and analysis.
Provides tools for correlating GitHub commit histories with Sentry error timestamps to identify likely culprits.
Provides tools for formatting structured Linear issue payloads with priority tags, enabling issue sync and management.
Provides tools for parsing Sentry error payloads, extracting stacktraces, and correlating errors with GitHub commit history for triage.
Provides tools for dispatching Slack Block Kit JSON payloads to operational channels for incident alerts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@seosiri-ops-comm-mcpTriage this Sentry error and dispatch Slack alert"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
seosiri-ops-comm-mcp
📖 Official Architecture & Documentation: SEOSiri Operations & Incident Response Guide | Central MCP Directory
An open-source, local-first Model Context Protocol (MCP) server for Enterprise Operations, Sentry Error Triage, Linear Issue Sync, and Slack Incident Response.
💖 Sponsorship, B2B Custom Solutions & Attribution
👨💻 Lead Architect & Attribution
Designed and engineered by Momenul Ahmad, Lead Architect and Founder of SEOSiri.
🚀 Capabilities & Tools (10 Production Tools)
parse_sentry_error_stacktrace: Parses raw Sentry exception payloads and extracts stacktraces.format_linear_issue_payload: Compiles structured Linear issue payloads with priority tags.dispatch_slack_incident_alert: Formats and dispatches Slack Block Kit JSON payloads to operational channels.correlate_github_commit_culprit: Matches Sentry error timestamps against GitHub commit histories.calculate_incident_severity_score: Computes algorithmic incident severity scores ($0\text{--}100$).generate_incident_postmortem_markdown: Compiles Blameless Postmortem Markdown reports.export_ops_parquet_buffer: Formats incident logs into columnar Parquet buffers for DuckDB/S3.sanitize_ops_payload: Strips API tokens and passwords from error logs.get_live_ops_throughput_metrics: Monitors system health and processing latency.get_ops_server_specifications: Returns protocol specs and capability matrices.
Related MCP server: rootly-mcp
Quickstart
# Install package in editable mode
pip install -e .
# Run test suite
pytest tests/test_ops_comm.py🔌 Claude Desktop / Cursor Configuration
Add this block to your claude_desktop_config.json:
{
"mcpServers": {
"seosiri-ops-comm": {
"command": "uv",
"args": [
"run",
"--github",
"SEOSiri-Official/ops-comm-mcp",
"src/main_server.py"
]
}
}
}📄 License
Distributed under the MIT License. See the official LICENSE file for more details.
This 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 Servers
- Flicense-qualityDmaintenanceAn MCP server that connects to Sentry.io or self-hosted Sentry instances to retrieve and analyze error reports, stack traces, and debugging information.Last updated2
- Flicense-qualityAmaintenanceMCP server for the Rootly incident management platform — alerts, incidents, on-call schedulesLast updated
- AlicenseAqualityAmaintenanceMCP server for self-hosted Sentry instances, providing tools to query and triage issues and events, inspect stack frames, manage releases, and access raw Sentry API.Last updated24297MIT
- AlicenseCqualityCmaintenanceIncident Triage MCP is a Model Context Protocol (MCP) server for incident triage. It provides safe, auditable tools for evidence retrieval, deterministic summaries, ticket workflows, and notifications.Last updated28Apache 2.0
Related MCP Connectors
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for interacting with the Supabase platform
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/SEOSiri-Official/ops-comm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server