Source repository
Inspect the MIT-licensed CLI source, issues, pull requests, and release history.
Open RecallBase on GitHubRecallBase CLI is a user-facing local product for keeping supported AI coding-agent history searchable. This page is for people who want to inspect, develop, test, package, or contribute to its open-source implementation.
Developer access is free and self-serve: install the open-source CLI or connect to the public Docs MCP without an account, API key, OAuth flow, sales contact, or cloud sandbox. RecallBase does not expose a public cloud conversation API. A separate remote sandbox is therefore not applicable: contributors run tests against repository fixtures and local SQLite data, which cannot modify RecallBase production data.
Use the repository guides as the source of truth for setup and contribution details. The website provides a stable discovery entry point without duplicating changing engineering instructions.
Inspect the MIT-licensed CLI source, issues, pull requests, and release history.
Open RecallBase on GitHubSet up the repository, follow the contribution workflow, and run the required checks before opening a pull request.
Read CONTRIBUTING.mdReview the package layout, importer contracts, local storage boundaries, and repository documentation map.
Read the architecture notesThe repository documents the current contracts. Do not include conversation transcripts, local paths, tokens, cookies, or databases in issues or test reports.
Understand the command surface, local archive behavior, JSON output, and the built-in local MCP server.
Review the CLI documentationSee supported release targets and the packaging checks used for macOS, Linux, and Windows artifacts.
Review platform packagingReport vulnerabilities through the documented private channel instead of opening a public issue with sensitive details.
Read SECURITY.mdnpm distributes the CLI. The local CLI MCP and the website Docs MCP are separate surfaces with different data boundaries.
| Surface | Official entry point | Boundary |
|---|---|---|
| RecallBase CLI | npm package · install guide | Free, self-serve local product; repository fixtures and local SQLite provide an isolated test environment without touching production data. |
| Local CLI MCP | CLI product page | Runs on the user’s machine and accesses only the local archive the user installed. |
| Website Docs MCP | connection guide · server card | Public documentation with no account, API key, or OAuth; it never exposes user conversations or account secrets. |
| Agent-readable guides | llms.txt · skills index | Product documentation and privacy boundaries, not a cloud conversation API. |
RecallBase does not publish a cloud conversation API, an OpenAPI contract for user chats, or agent authentication for raw history. Website account, billing, analytics, and extension-token routes are private product infrastructure, not supported developer integrations.