akm-bridge
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., "@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: simple_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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceLocal MCP server that wraps the headless Claude Code CLI as MCP tools, providing stateless access to Claude's coding capabilities through prompt-based interactions. It enables users to execute Claude Code commands with various prompt formats and structured outputs directly from MCP clients.Last updated3MIT
- Flicense-qualityCmaintenanceAn educational MCP server that teaches implementing the Model Context Protocol from scratch, enabling AI models to discover and invoke tools via JSON-RPC over stdio.Last updated
- Alicense-qualityCmaintenanceToken-efficient MCP server for multi-language project analysis (Java, TypeScript, JavaScript, Markdown, Python) with plugins, semantic search, and static analysis.Last updatedMIT
- Flicense-qualityDmaintenanceA local MCP server for code analysis and investigation, providing tools like code search, file read, and symbol hint via SSE for integration with Gemini CLI and Antigravity.Last updated
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/przemyslawzielinski87-debug/akm-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server