https://github.com/ambient-code/mcp
MCP server for Ambient Code Platform - delegate agentic sessions to Kubernetes-hosted Claude agents
https://github.com/ambient-code/mcp
Last synced: 4 months ago
JSON representation
MCP server for Ambient Code Platform - delegate agentic sessions to Kubernetes-hosted Claude agents
- Host: GitHub
- URL: https://github.com/ambient-code/mcp
- Owner: ambient-code
- License: apache-2.0
- Created: 2026-01-08T13:56:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-08T20:31:49.000Z (6 months ago)
- Last Synced: 2026-01-13T20:40:43.998Z (5 months ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MCP ACP Server
A Model Context Protocol (MCP) server for managing Ambient Code Platform (ACP) sessions via the public-api gateway.
---
## Table of Contents
- [Quick Start](#quick-start)
- [Features](#features)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Tool Reference](#tool-reference)
- [Troubleshooting](#troubleshooting)
- [Architecture](#architecture)
- [Security](#security)
- [Development](#development)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Status](#status)
---
## Quick Start
```bash
# Install
git clone https://github.com/ambient-code/mcp
pip install dist/mcp_acp-*.whl
# Configure
mkdir -p ~/.config/acp
cat > ~/.config/acp/clusters.yaml <