We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0ui-labs/agentic-workbench'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.envrc•442 B
# direnv configuration for Agentic Workbench
# Install: brew install direnv
# Setup: Add 'eval "$(direnv hook zsh)"' to ~/.zshrc
# Load .env file if it exists
dotenv_if_exists .env
# Activate Python virtual environment
source_env_if_exists .venv/bin/activate
# Or use this for automatic venv activation:
layout python3
# Add local bin to PATH
PATH_add .venv/bin
# Set project-specific environment
export PROJECT_NAME="agentic-workbench"