Integrations
BLACKBOX CLI
Integrate memories.sh with BLACKBOX CLI via MCP.
BLACKBOX CLI is an open-source terminal coding assistant. You can connect it to memories.sh through MCP.
Quick Setup (Local MCP)
1. Install and configure BLACKBOX CLI
Follow the official setup:
At minimum:
blackbox configure2. Run memories.sh MCP locally
memories serve --sse --port 3030This exposes an MCP endpoint at http://127.0.0.1:3030/mcp.
3. Add memories.sh MCP to BLACKBOX CLI
blackbox mcp add memories http://127.0.0.1:3030/mcp -t http4. Start BLACKBOX CLI
blackboxNow BLACKBOX can read and write memories through MCP tools.
Hosted Endpoint (Cloud Sync)
If you want BLACKBOX to use your hosted memories.sh account instead of a local MCP server:
- Generate an MCP API key in memories.sh dashboard
- Use the hosted endpoint:
https://memories.sh/api/mcp - Configure an
Authorization: Bearer YOUR_API_KEYheader in your BLACKBOX MCP connection settings
If your BLACKBOX CLI build does not expose custom-header flags in blackbox mcp add, use the local MCP setup above.
Useful Prompts in BLACKBOX
Once connected, try:
Find memories about auth and session handlingSave this as a rule: Always validate request payloads with zodWhat decisions do we have about billing and org ownership?