ABCM MCP Server
Enables interaction with Agent Build Context Manager workspaces through MCP, providing safe file operations, scoped discovery, and an authenticated REST file API for managing project context.
README
ABCM MCP Server
TypeScript/Bun library and runnable server for exposing Agent Build Context Manager workspaces through MCP and an authenticated REST file API.
Status
0.1.0-alpha.1 is the first working migration target. It provides:
- bounded workflow and scope-map discovery;
- safe, atomic workspace file list/read/write/delete/move/directory operations;
- REST access with ETags, stable problem responses, and static Bearer authentication;
- MCP tools and the
abcm://mapresource backed by the same application services; - self-hosting ABCM metadata, feature plans, verification plans, and reusable project skills.
The normative baseline is specification 0.5.0 plus the extensions in docs/spec/extensions. The executed plan is PLAN-0001.
Requirements
- Bun 1.3.14 or newer
Verify
bun install
bun run check
bun run build
Run REST
export ABCM_API_TOKEN='replace-with-at-least-16-characters'
ABCM_WORKSPACE_ID=self ABCM_WORKSPACE_ROOT="$PWD" bun run dev:rest
GET /health is public. All /v1 routes require Authorization: Bearer <token>. See the REST API and quickstart.
Run MCP stdio
ABCM_WORKSPACE_ID=self ABCM_WORKSPACE_ROOT="$PWD" bun run dev:mcp
See the MCP API.
Library entrypoint
import { createAbcmRuntime } from "abcm-mcp-server";
const runtime = createAbcmRuntime(
{ id: "project", root: "/absolute/project/path" },
{ bearerToken: process.env.ABCM_API_TOKEN },
);
Alpha boundaries
Scope-map revisions are kept in memory; SQLite history, ContextBundle assembly, domain resolution, document synchronization, per-principal authorization, and durable audit records are later milestones.
License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.