akm-bridge
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., "@akm-bridgeshow cluster health status"
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.
AKM Bridge
Controlled, read-only adapter for AKM v0.8.1 in OpenCode v1.16.0.
Components
Component | Path | Purpose |
Adapter library |
| Core AKM binary wrapper with exit code 4 hardening |
MCP server |
| JSON-RPC over stdio — 14 AKM tools for OpenCode |
HTTP API |
| REST API on |
Types |
| Normalized response contracts |
Config |
| Binary path, timeouts, limits |
Related MCP server: data-mcp
Quick Start
cd /root/projekt/akm-bridge
bun install
bun run build
bun test
bun run start # MCP server (stdio)
bun run start:http # HTTP API
bun run dev:mcp # MCP from source (tsx)Architecture
OpenCode
├── CLI shell ──────→ akm
├── MCP ───────────→ akm-bridge ──→ akm CLI
└── AGENTS.md ─────→ supervised workflow instructionsPlugin decision: akm-opencode is intentionally not installed.
The production integration is CLI + MCP bridge + AGENTS.md.
See docs/AKM-OPENCODE-INTEGRATION.md for full rationale.
Exit Code 4 Note
akm health exits with code 4 (warn status). The adapter accepts this
only when stdout is valid JSON containing a health/warn response.
All other non-zero exit codes are rejected. See docs/AKM-OPENCODE-INTEGRATION.md.
Documentation
File | Content |
| Full architecture, exit code 4 handling, test commands |
| Deployment steps and prerequisites |
| Recovery procedures |
| MCP config template |
| Automated deployment script |
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Repository knowledge graph MCP server for codebase understanding and debugging.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server providing 13 tools to control opencode, Gemini CLI, and Qwen Code AI coding agents with session continuity and auth checking.13MIT
- AlicenseNot gradedqualityBmaintenanceMCP server generated from an OpenAPI Specification, exposing tools via HTTP. It allows clients to invoke API operations using JSON-RPC 2.0 requests.4 npmArtistic 2.0
- FlicenseAqualityBmaintenanceAn MCP server that provides OpenCode's native tools (file read/write/edit, search, shell, web fetch/search, and more) to compatible Code CLIs like Codex and Claude Code.1118 npm-
- AlicenseNot gradedqualityCmaintenanceAn MCP server framework enabling standardized tool registration, discovery, and invocation over JSON-RPC 2.0, with support for InProcess, SSE, and WebSocket transports, plus built-in tools such as calculator, text processor, and JSON formatter.MIT