Context Portal (ConPort) is a database-backed MCP server that functions as a project memory bank for AI assistants, storing structured project context such as decisions, tasks, and architectural patterns in SQLite databases (one per workspace). It provides tools for storing, retrieving, and searching project information through semantic search powered by vector embeddings, enabling Retrieval Augmented Generation (RAG) to help AI assistants deliver more context-aware responses. ConPort solves the limitations of file-based context management by offering a queryable, reliable database backend with explicit relationship tracking between context items, making it compatible with various IDEs and developer tools that support the Model Context Protocol.
claude mcp add --transport stdio greatscottymac-context-portal uvx context-portal