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.
MCP Servers
MCP (Model Context Protocol) servers for AI-assisted development integrations.
Ambient Code Platform MCP Server
Delegate agentic sessions to Kubernetes-hosted Claude agents running on the Ambient Code Platform.
Prerequisites
OpenShift CLI ( - Required for authentication
Bun - JavaScript runtime (or Node.js 18+)
Active OpenShift login to the ACP cluster
Installation
Configuration
Add to your opencode config (~/.config/opencode/opencode.json):
Or for Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
Running
Restart your MCP client (opencode, Claude Desktop, etc.) after configuration.
The tools will be available with the acp_ prefix.
Available Tools
Tool | Description |
| Check OpenShift authentication status |
| List all projects/namespaces |
| List agentic sessions in a project |
| Get session details |
| Get session status |
| Create a new agentic session |
| Send message to a session |
| Stop a running session |
Usage Examples
Testing the MCP Server Directly
Environment Variables
Variable | Default | Description |
|
| Ambient Code Platform API URL |
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