An open API service indexing awesome lists of open source software.

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

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 <