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
.env.example•308 B
LANGSMITH_API_KEY="your_api_key"
LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
# Optional: single workspace (UUID or name) to fetch only that workspace in billing usage.
# LANGSMITH_WORKSPACE="my-workspace-name"
# LANGSMITH_WORKSPACE_IDS="uuid1,uuid2" # For granular usage section (comma-separated).