Akm Bridge
FreeNot checkedMCP server for AKM v0.8.1, exposing 14 read-only tools via JSON-RPC over stdio to integrate AKM CLI with OpenCode.
About
MCP server for AKM v0.8.1, exposing 14 read-only tools via JSON-RPC over stdio to integrate AKM CLI with OpenCode.
README
Controlled, read-only adapter for AKM v0.8.1 in OpenCode v1.16.0.
Components
| Component | Path | Purpose |
|---|---|---|
| Adapter library | src/adapter.ts |
Core AKM binary wrapper with exit code 4 hardening |
| MCP server | src/mcp-server.ts |
JSON-RPC over stdio — 14 AKM tools for OpenCode |
| HTTP API | src/http-server.ts |
REST API on 127.0.0.1:4199 |
| Types | src/types.ts |
Normalized response contracts |
| Config | src/config.ts |
Binary path, timeouts, limits |
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 instructions
Plugin 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 |
|---|---|
docs/AKM-OPENCODE-INTEGRATION.md |
Full architecture, exit code 4 handling, test commands |
docs/DEPLOYMENT.md |
Deployment steps and prerequisites |
docs/RECOVERY.md |
Recovery procedures |
docs/examples/opencode-akm-mcp.example.json |
MCP config template |
scripts/deploy-akm-bridge.sh |
Automated deployment script |
Installing Akm Bridge
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/przemyslawzielinski87-debug/akm-bridgeFAQ
Is Akm Bridge MCP free?
Yes, Akm Bridge MCP is free — one-click install via Unyly at no cost.
Does Akm Bridge need an API key?
No, Akm Bridge runs without API keys or environment variables.
Is Akm Bridge hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Akm Bridge in Claude Desktop, Claude Code or Cursor?
Open Akm Bridge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Akm Bridge with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
