Delegates agentic sessions to Kubernetes-hosted Claude agents running on the Ambient Code Platform, enabling creation and management of AI agent sessions, sending messages to sessions, and monitoring session status through OpenShift/Kubernetes cluster integration.
Click on "Install 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., "@Ambient Code Platform MCP Serverlist my agentic sessions in the development project"
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.
Ambient Code Platform MCP Server
Delegate work to Kubernetes-hosted Claude agents running on OpenShift.
What It Does
Offload expensive or long-running AI tasks to the cluster. Example workflow:
Create session: "Analyze this 50k line codebase for security vulnerabilities"
Session runs on ACP (Kubernetes pod with Claude)
Check status periodically
Fetch results when done
Stop session to free resources
Tools
Tool | Description |
| Check OpenShift auth status |
| List available projects/namespaces |
| List agentic sessions in a project |
| Get session details and status |
| Get session status snapshot |
| Create a new agentic session with a prompt |
| Send follow-up message to a session |
| Stop a running session |
Quickstart
1. Clone
2. Install dependencies
3. Login to OpenShift
4. Configure your MCP client
OpenCode
Add to ~/.config/opencode/opencode.json:
Claude Desktop, Claude Code CLI, OpenAI Codex CLI
These clients use the standard MCP config format. Add to:
Client | Config file | Docs |
Claude Desktop (macOS) |
| |
Claude Desktop (Windows) |
| |
Claude Code CLI |
| |
OpenAI Codex CLI |
|
5. Restart your client
The tools will be available after restart.
Usage
Just talk to your AI assistant naturally. It will use the tools automatically.
You say:
"Am I logged in to OpenShift?"
"What projects do I have access to?"
"Show me the running sessions in my workspace"
"Create a new session called 'Security Audit' and have it analyze this repo for SQL injection vulnerabilities"
"Tell that session to also check for XSS issues"
"Stop that session when it's done"
Testing
Environment Variables
Variable | Required | Description |
| Yes | Ambient Code Platform API URL (e.g., |
How Authentication Works
The MCP server uses oc whoami -t to get your current OpenShift token. This means:
You must be logged in via
oc loginbefore using the toolsTokens expire - re-login if you get auth errors
Both
Authorization: BearerandX-Forwarded-Access-Tokenheaders are sent (ACP requirement)
License
Apache-2.0