# Context Awesome MCP server

MCP server for accessing curated awesome list documentation

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-bh-rat-context-awesome
- Repository: https://github.com/bh-rat/context-awesome
- Website: https://www.context-awesome.com

## Install
- Command: `npx -y context-awesome`
- Endpoint: https://www.context-awesome.com/api/mcp
- Auth: Not captured

## Setup notes
- Package: Npm context-awesome v0.1.1
- Remote endpoint: https://www.context-awesome.com/api/mcp

## Tools
- find_awesome_section - Discovers sections/categories across awesome lists matching a search query and returns matching sections from awesome lists.

You MUST call this function before 'get_awesome_items' to discover available sections UNLESS the user explicitly provides a githubRepo or listId.

Selection Process:
1. Analyze the query to understand what type of resources the user is looking for
2. Return the most relevant matches based on:
   - Name similarity to the query and the awesome lists section
   - Category/section relevance of the awesome lists 
   - Number of items in the section
   - Confidence score

Response Format:
- Returns matching sections of the awesome lists with metadata
- Includes repository information, item counts, and confidence score
- Use the githubRepo or listId with relevant sections from results for get_awesome_items

For ambiguous queries, multiple relevant sections will be returned for the user to choose from. Endpoint: https://www.context-awesome.com/api/mcp
- get_awesome_items - Retrieves items from a specific awesome list or section with token limiting. You must call 'find_awesome_section' first to discover available sections, UNLESS the user explicitly provides a githubRepo or listId. Endpoint: https://www.context-awesome.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.bh-rat
- Version: 0.1.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 10, 2026
- Source: https://registry.modelcontextprotocol.io
