1
Add it to Claude Code
claude mcp add -e "ARCA_APP_AUTH_KEY=${ARCA_APP_AUTH_KEY}" -e "ARCA_GOOGLE_API_KEY=${ARCA_GOOGLE_API_KEY}" arca-mcp -- python -m appRequired:
ARCA_APP_AUTH_KEYARCA_GOOGLE_API_KEY+ 2 optionalEnvironment Variables
Set these before running Arca MCP.
VariableDescriptionRequired
ARCA_APP_AUTH_KEYBearer token for MCP authenticationYesARCA_GOOGLE_API_KEYGoogle API key for Gemini embeddingsYesARCA_APP_HOSTServer bind addressNoARCA_APP_PORTServer portNoAvailable Tools (7)
Once configured, Arca MCP gives your AI agent access to:
memory/addStore content in memory with a vector embedding.contentbucketconnected_nodesrelationship_typesmemory/getRetrieve memories via semantic similarity search.querybuckettop_kmemory/deleteDelete a specific memory by its UUID.memory_idmemory/clearClear all memories in a bucket.bucketmemory/list_bucketsList all buckets in the current namespace.memory/connectCreate a directed edge between two memory nodes.source_idtarget_idrelationship_typememory/disconnectRemove one or all directed edges between two nodes.source_idtarget_idTry It Out
After setup, try these prompts with your AI agent:
→Store this project summary in my 'work' bucket for future reference.
→Search my memory for any notes related to the Q4 marketing strategy.
→List all available memory buckets to see how my data is organized.
→Connect the memory node for 'Project Alpha' to 'Project Beta' with the relationship 'depends_on'.
Conare · memory for coding agents
Keep this setup from going cold
Save the docs, env vars, and workflow around Arca MCP in Conare so Claude Code, Codex, and Cursor remember it next time.
Remember this setup$npx conare@latest