@aizonaai/mcp-bridge
v0.1.1
Published
AIZona MCP Bridge — connect Model Context Protocol servers to the AIZona agent platform
Maintainers
Readme
@aizonaai/mcp-bridge
AIZona MCP Bridge — connect Model Context Protocol servers to the AIZona agent platform.
Installation
pnpm add @aizonaai/mcp-bridgeFeatures
- MCP Client + Pool — Stdio and Streamable HTTP transports
- Server Registry — Track servers and discover tools
- Tool Catalog & Health Monitor — Inventory tools, monitor server liveness
- Safety — Grants, consent, rate limiting around tool invocations
- Audit — Dual-write audit trail of every tool call
Quick Start
import {
MCPClient,
createStdioTransport,
ServerRegistry,
} from "@aizonaai/mcp-bridge";
const transport = createStdioTransport({ command: "my-mcp-server" });
const client = new MCPClient({ transport });
await client.connect();
const tools = await client.listTools();See the main repo for full documentation.
License
MIT
