FoxyChat builds Convera — an AI agent for your own computer.

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.

01 · Name

FoxyChat is the name. Convera is the product.

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.

02 · What's inside

Three packages, one pnpm workspace.

A monorepo: the desktop app, the marketplace server that feeds it tools, and the site that documents both.

app

Desktop client

The Electron application that hosts the Convera agent on your machine.

market

MCP marketplace

An Express server providing a simple marketplace of MCP tools for agents to install.

website

Docs & site

Documentation and marketing site for the desktop product.

03 · Run it

Everything under one workspace.

$ pnpm install        # every workspace
$ pnpm start          # desktop client
$ pnpm start:market   # MCP marketplace server

 no environment variables required — configure in the app UI
Electron TypeScript Express MCP pnpm workspaces