arca-mcp

m0nochr0me/arca-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Arca Memory Core - MCP Server for compact memories
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arca-mcp": {
      "command": "uvx",
      "args": [
        "arca-mcp"
      ]
    }
  }
}

Or install with pip: pip install arca-mcp

README Excerpt

A Model Context Protocol (MCP) server providing semantic memory storage and retrieval via vector embeddings. Built with FastAPI + FastMCP, using LanceDB for vector storage and Google Gemini for embedding generation. - **Semantic Search** — Store and retrieve memories using natural language queries powered by vector similarity search