We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vijay-Duke/mcp-gitlab'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CODEOWNERS•490 B
# Code Owners for MCP GitLab
# These owners will be the default owners for everything in the repo.
# They will be requested for review when someone opens a pull request.
# Global owners
* @Vijay-Duke
# Documentation
*.md @Vijay-Duke
/docs/ @Vijay-Duke
# GitHub specific files
/.github/ @Vijay-Duke
# Core source code
/src/ @Vijay-Duke
# Tests
/tests/ @Vijay-Duke
# Configuration files
*.yml @Vijay-Duke
*.yaml @Vijay-Duke
*.toml @Vijay-Duke
Dockerfile @Vijay-Duke
Makefile @Vijay-Duke