An MCP server and CLI for searching curated Awesome Lists content. It lets agents find relevant sections, search items, and fetch items from specific lists using a hosted backend.
From the registry: MCP server for accessing curated awesome list documentation
Please install the `context-awesome` MCP server into my current AI client (that's you).
Canonical MCP server config (HTTP transport):
- url: `https://www.context-awesome.com/api/mcp`
Note: README recommends the hosted remote MCP server with no installation required. A local stdio option is also documented: command `npx`, args `['-y','context-awesome-mcp','serve','--transport','stdio']`, optional env `CONTEXT_AWESOME_API_HOST=<your-api-host>` to override the backend API host. A local HTTP mode is also available by running `npx context-awesome-mcp serve --transport http --port <your-port>` and then connecting to `http://<your-host>:<your-port>/mcp`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CONTEXT_AWESOME_API_HOSTrequiredBackend API host used by the local MCP server or CLICONTEXT_AWESOME_API_KEYrequiredAPI key for accessing the backend APIComprehensive PostgreSQL documentation and best practices, including ecosystem tools