Skip to main content
Glama

AgentMode

Official
by agentmode
windows.sh480 B
#!/bin/bash set -e # exit immediately on any errors if ! command -v powershell &> /dev/null; then echo "Error: PowerShell is not installed. Please install PowerShell to proceed." >&2 exit 1 fi # Install uv using PowerShell powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # Install Python 3.13 uv python install 3.13 # Change to the target directory and initialize uv uv init uv add agentmode echo "Installation completed successfully"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentmode/server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server