Newcontext-mode—Save 98% of your AI coding agent's context windowLearn more
MCP Directory
ServersClientsBlog

context-mode

Save 98% of your AI coding agent's context window. Works with Claude Code, Cursor, Copilot, Codex, and more.

Try context-mode
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2026 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. Enterprise_DevOps_MCP

Enterprise_DevOps_MCP

GitHub

0
0

Bundles GitHub, CircleCI, Grafana, Slack, Kubernetes, and 7 custom tools into a single E2B sandbox with a sub-2-second cold start.

Prerequisites

  • Node.js 18+
  • E2B account and E2B_API_KEY
  • API tokens for connected services: GITHUB_TOKEN, CIRCLECI_TOKEN, GRAFANA_API_KEY, GRAFANA_URL, SLACK_BOT_TOKEN

Run the Demo

To test the unified endpoint locally, run the development script.

npm run build:dev

Expected Output:

Starting E2B sandbox...
✅ Sandbox ready
Connecting to MCP servers...
MCP connection successfully established.

Run the AI Agent

Initialize your agent connecting to the unified endpoint. Use these example prompts to verify all toolsets are accessible:

  • "Check the deployment history for the frontend service."
  • "Get the service health for the payment gateway. If errors are above 5%, notify the on-call engineer in Slack."
  • "View the logs for the auth-pod in Kubernetes and summarize any errors."

Add Internal APIs

Open custom-mcp-server/src/index.ts. First, define your new tool schema inside the ListToolsRequestSchema handler. Second, define the execution logic inside the CallToolRequestSchema switch statement using standard TypeScript. Finally, run npm run mcp-server:build and npm run build:prod to bake the new tool into your E2B snapshot.

Output Usage

When the sandbox boots in your application code, it returns the connection credentials.
Expected Output:

mcpUrl: https://mcps.e2b.dev/sandbox/devops-mcp-prod-xyz123
mcpToken: e2b_sk_example123456789

Pass the mcpUrl and mcpToken directly to the MCP client configuration in frameworks like the Anthropic SDK or LangGraph to bind the tools to an LLM.

Repository

CO
CoderRahul01

CoderRahul01/Enterprise_DevOps_MCP

Created

April 6, 2026

Updated

April 13, 2026

Language

TypeScript

Category

Developer Tools