# Context Awesome

Provide your AI agents with instant access to the best curated resources from over 8,500 awesome lists and more than 1 million items. Discover relevant sections and retrieve high-quality references f…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add bh-rat/context-awesome

# Browse available tools
npx -y smithery tool list bh-rat/context-awesome

# Get full schema for a tool
npx -y smithery tool get bh-rat/context-awesome find_awesome_section

# Call a tool
npx -y smithery tool call bh-rat/context-awesome find_awesome_section '{}'
```

## Direct MCP Connection

Endpoint: `https://context-awesome--bh-rat.run.tools`

## Tools (2)

- `find_awesome_section` — Discovers sections/categories across awesome lists matching a search query and returns matching sections from awesome l…
- `get_awesome_items` — Retrieves items from a specific awesome list or section with token limiting. You must call 'find_awesome_section' first…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get bh-rat/context-awesome <tool-name>
```
