Version: 1.0.0 | 中文文档
Multi-provider AI proxy for Codex & Claude Code with persistent memory system.
- Multi-Provider Support: Codex, OpenAI, Anthropic, DeepSeek, Custom APIs
- MCP Server: Code generation, file operations, memory tools
- Web Console: Chat interface with i18n (Chinese/English), token statistics
- SQLite Memory: Session management, observations, context generation (inspired by claude-mem)
- Internationalization: Full Chinese and English language support
bun install
bun run cc-proxy.ts- Console: http://localhost:3000
- Memory Viewer: http://localhost:3000/memory
| Tool | Description |
|---|---|
session_start/end/list |
Session management |
observe |
Record observations (decision, bugfix, feature, etc.) |
recall |
Search observations |
context |
Get relevant context |
code/review/fix |
AI coding tools |
read_file/write_file/edit_file |
File operations |
Edit providers.json to configure API providers.
- Bun - JavaScript runtime
- @modelcontextprotocol/sdk - MCP SDK
- Zod - Schema validation
- SQLite (via bun:sqlite) - Memory storage
- Codex - OpenAI Codex CLI
- Claude Code - Anthropic Claude Code CLI
- Droid - AI software engineering agent by Factory
- claude-mem - Persistent memory compression system for Claude Code
MIT