awesome-context-engineering

jihoo-kim/awesome-context-engineering
★ 105 stars Unknown language 🤖 AI/LLM Updated 2mo ago
A curated list of awesome open-source libraries for context engineering (Long-term memory, MCP: Model Context Protocol, Prompt/RAG Compression, Multi-Agent)
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": {
    "awesome-context-engi": {
      "command": "npx",
      "args": [
        "-y",
        "jihoo-kim/awesome-context-engineering"
      ]
    }
  }
}