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.
Release files for seosiri-ops-comm-mcp 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seosiri_ops_comm_mcp-1.0.0.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| seosiri_ops_comm_mcp-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:15.7 kB
Release files / seosiri_ops_comm_mcp-1.0.0.tar.gz
| Download URL | seosiri_ops_comm_mcp-1.0.0.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8bd5ee7ccae39589a9fcdc9eb9e8b68185e9babe0b14506106fad985091e3045
|
|
BLAKE2b-256 checksum How to use checksums |
1d7dbae23bc51bfbbcfb466e6ed5d93ea78c06dfb59b4ebe4362ca50b67811a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|
Release files / seosiri_ops_comm_mcp-1.0.0-py3-none-any.whl
| Download URL | seosiri_ops_comm_mcp-1.0.0-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
685c78d3c2e0f4bb6b56386e2de11bb94a9c673b40d663cae4868fbabb1f9312
|
|
BLAKE2b-256 checksum How to use checksums |
69309e011ac916099ca50affdb72aa11ab2c3d51ca9e24bafb8f7aa6841110eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|