If you're tired of retyping project context every time you open Claude or Cursor, this gives your AI a persistent memory layer. It exposes eight MCP tools for managing "books" and "pages" of context with full text and semantic search via Voyage embeddings. Create books for different projects, insert pages of documentation or preferences, then let your agent search and retrieve exactly what it needs mid-conversation. The backend runs two Go servers: one for OAuth and a web dashboard, another for the MCP protocol itself with bearer token auth. Everything lives in Postgres with pgvector. Useful when you're jumping between projects or working with agents that need to remember your coding standards, API patterns, or domain knowledge without stuffing it all into every prompt.
claude mcp add --transport stdio io.github.aditya201551-context-book-mcp uvx context-book-mcp