Skip to main content

Crate aonyx_mcp

Crate aonyx_mcp 

Source
Expand description

§aonyx-mcp

Model Context Protocol — both directions.

  • client — connect to external MCP servers (stdio / HTTP / SSE), discover their tools, and register them into the Aonyx ToolRegistry.
  • server — expose Aonyx’s own tool catalogue + memory tools to other agents (Claude Code, Cursor, Cline, …).

Auth: Bearer token from ~/.aonyx/mcp_tokens.toml.

Modules§

client
MCP client — consume external servers over the stdio transport (Phase GG).
server
MCP server — expose Aonyx’s tool catalogue to other MCP clients (Claude Code, Cursor, Cline, …) over the stdio transport (Phase HH).