We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheRealChrisThomas/gitlab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
*.ts
src/
tsconfig.json
# Development files
.vscode/
TESTING.md
node_modules/
.git/
.gitignore
# Test files
test/
tests/
*.test.js
*.test.ts
# Build artifacts
*.tsbuildinfo
# OS files
.DS_Store
Thumbs.db
# Environment files
.env
.env.local
example.json
test-mcp-client.js