A sovereign, local-first MCP server for enterprise incident response, Sentry error triage, Linear issue sync, and Slack operational alerting.
Project description
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.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seosiri_ops_comm_mcp-1.0.0.tar.gz.
File metadata
- Download URL: seosiri_ops_comm_mcp-1.0.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bd5ee7ccae39589a9fcdc9eb9e8b68185e9babe0b14506106fad985091e3045
|
|
| MD5 |
b4be9c4dd07245d1c24b7e023ffcf5b5
|
|
| BLAKE2b-256 |
1d7dbae23bc51bfbbcfb466e6ed5d93ea78c06dfb59b4ebe4362ca50b67811a8
|
File details
Details for the file seosiri_ops_comm_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: seosiri_ops_comm_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
685c78d3c2e0f4bb6b56386e2de11bb94a9c673b40d663cae4868fbabb1f9312
|
|
| MD5 |
d4609303b2f3b92d15bb2339e49a609e
|
|
| BLAKE2b-256 |
69309e011ac916099ca50affdb72aa11ab2c3d51ca9e24bafb8f7aa6841110eb
|