We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/helixml/kodit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# IDE
.idea/
.vscode/
*.swp
*.swo
# Build artifacts
build/
lib/
*.exe
*.dll
*.so
*.dylib
# Models are built inside the Docker image by the model stage — exclude local
# copies to avoid sending them to the build context and overwriting the stage output.
infrastructure/provider/models/
# Test files
*_test.go
test/
coverage.out
# Documentation source
docs/
# Local development
.env
.env.local
*.log