# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
**youtube-mcp** - A Python project (exact purpose to be determined as code is added).
## Development Environment
This project uses **uv** for Python environment and dependency management:
```bash
# Create virtual environment
uv venv
# Install dependencies
uv pip install <package>
# Activate environment
source .venv/bin/activate # macOS/Linux
.venv\Scripts\activate # Windows
```
## Code Style
- Follow PEP 8 conventions
- Use `black` for code formatting:
```bash
black .
```
## Git Workflow
- Main branch: `main`
- Current working branch: `vk/2865-review-the-repo`
## Notes
This is a new repository. As the codebase develops, update this file with:
- Build/test/lint commands
- Architecture patterns and key design decisions
- Common development workflows
- Important gotchas or non-obvious behaviors
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/socialnetwork0/youtube-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server