Ops Desk MCP Server
Provides vault search functionality, enabling retrieval and management of secrets from HashiCorp Vault.
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 Desk MCP ServerCheck my current alerts and pending tasks"
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 Desk MCP Server
Fast MCP interface to Ops Desk (Ghost VPS) — 10 tools for alerts, waiting tasks, cron jobs, vault search, and more.
Deploy to Railway
Click the button below to deploy:
Or manual deploy:
# 1. Clone this repo
git clone https://github.com/[your-username]/ops-desk-mcp.git
cd ops-desk-mcp
# 2. Push to your own GitHub repo
git remote set-url origin https://github.com/[your-username]/ops-desk-mcp.git
git push -u origin master
# 3. Create new project on Railway → Connect GitHub repo
# Railway auto-detects Procfile and deploys
# 4. Add environment variables in Railway dashboard:
# - OPS_DESK_URL: https://beauty-parents-sec-widely.trycloudflare.com
# - OPS_DESK_USER: hermes
# - OPS_DESK_PASSWORD: MyBi7fzzY9crkNmqSYNd
# - MCP_PORT: 3000
# - NODE_ENV: productionRelated MCP server: sidekick
What's Inside
10 MCP tools for Ops Desk control
StreamableHTTP transport for Claude integration
Node.js + Hono web framework
Environment-driven config (reads from .env / Railway vars)
Local Testing
npm install
OPS_DESK_URL=http://localhost:9120 \
OPS_DESK_USER=hermes \
OPS_DESK_PASSWORD=yourpassword \
MCP_PORT=3000 \
npx tsx src/index.tsThen test: curl http://localhost:3000/health
Claude Integration
Once deployed on Railway, add to Claude Desktop config:
{
"mcpServers": {
"ops-desk": {
"url": "https://your-railway-url.railway.app/mcp"
}
}
}Restart Claude and the tools appear in the tool picker.
Built for Aaron Trubic / The War Room
Related MCP Connectors
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates.
Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to manage system updates, application installations, and remote host orchestration through MCP tools.3MIT
- AlicenseNot gradedqualityAmaintenanceEnables persistent remote VPS collaboration with MCP tools, live dashboard, and autonomous AI agent for code execution, memory, and task automation.21 npm3GPL 3.0
- FlicenseBqualityCmaintenanceEnables remote command execution, scripting, file operations, and persistent tmux sessions on a VPS via MCP protocol.1718 npm-
- AlicenseAqualityBmaintenanceEnables AI agents to safely monitor Linux VPS health, inspect Docker containers, retrieve service logs, and execute whitelisted recovery actions via MCP.31569 npmMIT