It puts a whole agent backend behind five tools, so the assistant in your editor can delegate to a specialist, clear the thread, or switch which assistant is answering, without you leaving the editor.
An MCP server that bridges an MCP client to an AI agent system reachable over HTTP. It sends messages into a session with optional attachments, opens or clears that session, lists the assistants the backend offers, and moves a session from one assistant to another.
- A message sent into the session, with file attachments if you have them
- The current session fetched, or a new one created
- The session cleared and restarted
- The assistants the backend offers, listed
- A session moved to a different assistant
An AI agent backend of your own to point at: AI_AGENT_BASE_URL and AI_AGENT_API_KEY. The server is the bridge, not the agent - with nothing answering at that URL the tools have nothing behind them. Install the package from npm, or run it through npx.
