context-portal

GreatScottyMac/context-portal
★ 755 stars Python 🧠 Memory/Knowledge Updated 1mo ago
Context Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "context-portal": {
      "command": "uvx",
      "args": [
        "context-portal"
      ]
    }
  }
}

Or install with pip: pip install context-portal