Frequently asked questions

Straight answers about the CLI, models, pricing, and where your code goes. If you don't see yours, get in touch.

What is Memcode?+
Memcode is an agentic coding CLI with persistent memory of your codebase. It keeps a living picture of your repo, including what was decided and why, and runs a coding agent in your terminal on top of that memory. Every session starts already oriented instead of re-reading the repo. The Memcode web app adds chat with every frontier model, custom scheduled agents, and DataHub, a knowledge base your team can chat against.
How is it different from other coding agents?+
Most coding agents rebuild context from scratch every session. They grep, read files, and burn tokens re-learning what they knew yesterday, and they still miss the reasoning behind the code. Memcode remembers your repo across sessions: the structure, the decisions, and the history that explains them. The longer it works in your codebase, the sharper it gets.
Which models does it support?+
OpenAI GPT-5.6 Sol, Terra, and Luna. Anthropic Claude Fable 5, Opus 5, Sonnet 5, and Haiku 4.5. Google Gemini 3.1 Pro, 3.6 Flash, and 3.5 Flash Lite. xAI Grok 4.5. Kimi K3, Kimi K2.6, Kimi K2.7 Code, and GLM 5.2 through Fireworks. Automatic mode picks the right model for each job, or pin one with /model for the whole session.
How does pricing work?+
One flat subscription for the platform. Personal is $100 per month. Team is $200 per month with 5 seats included and $35 per month for each additional seat. Model usage is billed separately through prepaid credits at exact provider cost, with no token markup. Credits never expire.
Can I bring my own API keys?+
Yes. Add your own provider keys and Memcode uses them first, and turns served on your keys are never debited from your credit balance. Keys are encrypted at rest in a dedicated secrets vault, are never written to the application database or logs, and can only be read by the service that routes your requests. If a key fails, the turn fails cleanly rather than silently falling back to metered credits. An active subscription is required either way; bring-your-own-key usage is included with every plan.
Where does my code go?+
Your code and its memory live on your machine. When the agent needs a model, the relevant context for that request is sent through the Memcode gateway to the model provider. The gateway is stateless and holds prompts only in transit. The web app stores only what you put in it: chats, agent runs, and documents you upload to DataHub.
What platforms does the CLI run on?+
macOS, Linux, and Windows. It ships as a single static binary with a fast terminal UI. No Electron, no IDE plugin, no runtime dependencies.

Have a different question? Contact us →