MCP OpsBridge (SaADii09/MCP-OpsBridge) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 29 tools. No publisher has claimed this listing.

C
Emerging
74/100

MCP OpsBridge

Unified MCP server exposing 12 DevOps tools across GitHub, PostgreSQL, Slack, and Google Calendar for AI agents, with rate limiting, input validation, and per-service scoped tokens.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

SaADii09

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: CALENDAR_TOKEN, GITHUB_TOKEN, SLACK_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes29 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

calendar_list_calendars

List all calendars accessible by the authenticated user

calendar_query_events

List events in a date range from Google Calendar

calendar_get_event_details

Get detailed information about a single event including attendees and description

calendar_find_free_slots

Find mutually available time slots across calendars

calendar_create_event

Create a calendar event with optional attendees (requires approval)

calendar_update_event

Update an existing calendar event (requires approval)

calendar_add_attendee

Add an attendee to an existing event (requires approval)

calendar_delete_event

Delete a calendar event (double approval required — irreversible)

db_execute_query

Execute a read-only SQL query against PostgreSQL

db_list_tables

List all tables in a database schema

db_describe_table

Show columns and types for a table

db_insert_row

Insert a new row into a table (auto-approved, logged)

db_update_rows

Update rows in a table matching a WHERE clause (auto-approved, logged)

db_delete_rows

Delete rows from a table matching a WHERE clause (requires approval)

db_truncate_table

Truncate a table — removes all rows (double approval required)

db_drop_table

Drop a table — permanently removes table and data (double approval required)

db_migrate_schema

Execute a schema migration (ALTER/CREATE/DROP) — structural change (double approval required)

github_search_issues

Search issues in a GitHub repository by query, state, and label

github_get_repo_stats

Get repository statistics: stars, forks, open issues, recent commits

github_list_repos

List repositories for the authenticated user with metadata

github_get_commits

Get commit history for a branch

github_get_pull_requests

Get pull requests in a repository with diff statistics

github_get_file_contents

Get contents of a file or directory from a repository

github_list_branches

List all branches in a repository

slack_list_channels

List accessible Slack channels

slack_get_thread

Retrieve messages in a thread

slack_get_channel_history

Get recent messages from a Slack channel

slack_send_message

Send a message to a Slack channel (requires approval)

slack_send_thread_reply

Send a reply in a Slack thread (requires approval)

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretCALENDAR_TOKEN"": "ya29..."
🔐 secretGITHUB_TOKEN"": "ghp_...",
🔐 secretSLACK_TOKEN"": "xoxb-...",
configTRANSPORThttp PORT=3099 npm run dev # HTTP mode
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

29/29 tools missing one or more hints — calendar_list_calendars (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); calendar_query_events (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); calendar_get_event_details (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +26 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Domain consistency

npm scope @saadahmad doesn't match GitHub owner saadii09

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/saadii09/mcp-opsbridge)](https://m8ven.ai/mcp/saadii09/mcp-opsbridge)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 42dfa797dcb46920430da89c0e41f92733440bf0
code hash: 354ef04e668fec739dfce9c4273a5a8753e6713220054a957d5834581e4d63ae
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client