Back to MCP Servers

Context Awesome

MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent.

knowledge-memoryagent

Installation

npx -y context-awesome

Configuration

{
  "mcpServers": {
    "context-awesome": {
      "command": "npx",
      "args": ["-y", "context-awesome"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub