Not another chat box in a browser tab. Convera is a desktop client that runs agents locally, plus a marketplace that lets those agents pick up new tools over MCP.
The project started as FoxyChat and still lives on
foxychat.net. The desktop product it ships is called
Convera — same team, same domain, renamed product.
A monorepo: the desktop app, the marketplace server that feeds it tools, and the site that documents both.
The Electron application that hosts the Convera agent on your machine.
An Express server providing a simple marketplace of MCP tools for agents to install.
Documentation and marketing site for the desktop product.
$ pnpm install # every workspace $ pnpm start # desktop client $ pnpm start:market # MCP marketplace server ✓ no environment variables required — configure in the app UI