Skip to main content
Glama
CODEOWNERS•969 B
# Code Owners for mcp-toolz # # These owners will be the default reviewers for everything in the repo. # Unless a later match takes precedence, @taylorleese will be requested # for review when someone opens a pull request. # # Learn more about CODEOWNERS: # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # Default owner for everything in the repo * @taylorleese # Core Python code /src/ @taylorleese /tests/ @taylorleese # MCP Server implementation /src/mcp_server/ @taylorleese # AI client implementations /src/context_manager/*_client.py @taylorleese # Configuration files *.toml @taylorleese *.json @taylorleese *.yaml @taylorleese *.yml @taylorleese # Documentation *.md @taylorleese /docs/ @taylorleese # GitHub workflows and configuration /.github/ @taylorleese # Security-related files /SECURITY.md @taylorleese /.github/workflows/dependency-review.yml @taylorleese

Latest Blog Posts

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/taylorleese/mcp-toolz'

If you have feedback or need assistance with the MCP directory API, please join our Discord server