Ops MCP Server
Provides tools for fetching ops reports (including HotSchedules 911 items and Brinker deadlines) and managing tasks through Gmail operations.
Click on "Deploy 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., "@Ops MCP Serverfetch the latest ops report with HotSchedules 911 items"
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.
Ops MCP Server
Real MCP (Model Context Protocol) WebSocket server for Gmail operations management. This connects to Agent Builder and provides tools for fetching ops reports and managing tasks.
Quick Start
1. Setup
# Install dependencies
npm install
# Copy and configure environment
cp .env.example .env
# Edit .env and add your AI_SECRET_TOKEN2. Run locally
npm start
# Server runs on ws://localhost:33343. Deploy to Railway
Push to GitHub:
git init
git add .
git commit -m "Initial MCP server"
git remote add origin https://github.com/johnohhh1/ops-mcp-server.git
git push -u origin mainConnect Railway to your GitHub repo
Add environment variable:
AI_SECRET_TOKENDeploy! You'll get a URL like
wss://ops-mcp-server.up.railway.app
4. Connect to Agent Builder
In OpenAI Agent Builder:
Tools → Add → MCP
URL:
wss://your-railway-app.up.railway.appTools auto-discover:
fetch_ops_reportandmark_task_done
Related MCP server: personal-gmail-mcp
Architecture
Agent Builder
↓ (MCP WebSocket)
This MCP Server
↓ (HTTPS + Bearer)
Your Vercel API (my-ops-runner)
↓
Gmail (future)Available Tools
fetch_ops_report- Gets HotSchedules 911 items and Brinker deadlinesmark_task_done- Marks a task complete by ID
Environment Variables
AI_SECRET_TOKEN- Your secret token (must match Vercel)PORT- WebSocket port (default 3334)
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz…
Permissioned access to Gmail, Drive and Calendar via the user's own Google account
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to interact with Gmail for classifying messages, extracting action items, and performing batch inbox triage. It supports automated labeling, smart replies, and task creation for external platforms like Linear, Jira, and Todoist.-
- AlicenseNot gradedqualityAmaintenanceEnables managing Gmail inbox and Google Calendar through MCP, with tools for email operations and calendar events.6 npmAGPL 3.0
- AlicenseNot gradedqualityDmaintenanceIntegrates with Gmail APIs to manage emails and labels, including sending, deleting, summarizing, and semantic search via RAG.62 npm6MIT
- AlicenseNot gradedqualityCmaintenanceEnables Gmail operations via IMAP/SMTP with app password authentication, including sending, reading, searching, and managing labels.89 npmMIT