We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/langchain-ai/langsmith-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git/
.gitignore
.gitattributes
# Build artifacts
build/
dist/
wheels/
*.egg-info/
*.egg
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
ENV/
env/
uv.lock
# IDE files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Environment variables
.env
.env.local
.env.*
# Node-generated files
node_modules/
# Logs
*.log
# Documentation and development files
docs/
tests/
*.md
!README.md
Makefile
# CI/CD
.github/
.gitlab-ci.yml
.circleci/
# Docker
Dockerfile
.dockerignore
docker-compose*.yml
# Other
*.bak
*.tmp
*~