We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LeadMagic/leadmagic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CODEOWNERS•771 B
# 👥 Code Owners
#
# This file defines who should review changes to different parts of the repository.
# Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global owners - will be requested for review on all changes
* @LeadMagic/core-team
# Source code
/src/ @LeadMagic/developers
# Documentation
/README.md @LeadMagic/docs-team
/CONTRIBUTING.md @LeadMagic/docs-team
/CHANGELOG.md @LeadMagic/docs-team
/SECURITY.md @LeadMagic/security-team
# Configuration files
/.github/ @LeadMagic/devops-team
/package.json @LeadMagic/core-team
/tsconfig.json @LeadMagic/developers
# Installation and setup
/install.js @LeadMagic/core-team
/.env.example @LeadMagic/security-team