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
# 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/
# IDE files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Environment variables
.env
.env.local
# Node-generated files (if any)
node_modules/
# Logs
*.log