Local-first MCP server for AI coding agent terminal-to-terminal communication. Version 2.8.0, active development. Provides durable message inboxes, task queues, and wakeups backed by a single SQLite file, enabling coordination across multiple AI coding tools (e.g., Claude Code, Cursor, Cline) and external systems via HTTP+SSE webhooks. Key differentiator: LLM-agnostic, self-hosted, and federation-bound, unlike vendor-native solutions like Claude Agent Teams. Releases follow a phased feature arc (see CHANGELOG). Requires Node.js >=20.0.0, ships TypeScript types.
npm install bot-relay-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates programmatic startup of the MCP server with stdio transport and local SQLite database.
Create directory: mkdir -p ~/.bot-relay
Use import { config } from 'bot-relay-mcp/config' instead.Use ESM imports or dynamic import().
Install with 'npm install bot-relay-mcp' and ensure Node >=20.
Change to: import { createMCPServer } from 'bot-relay-mcp'Run: mkdir -p ~/.bot-relay
No dependency data recorded yet.