We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ozanmutlu/Gitlab-Docs-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitignore•372 B
# Data directory - exclude the large repo but keep the built index
/data/gitlab-docs-repo/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts
dist/
*.tsbuildinfo
*.map
*.js
*.d.ts
# Keep specific files
!eslint.config.js
!vitest.config.ts
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
.mcpregistry_*