Skip to main content
Glama

GitHub Remote MCP Server

by brentlaster
pysetup.sh257 B
#!/usr/bin/env bash PYTHON_ENV=$1 python3 -m venv ./$PYTHON_ENV \ && export PATH=./$PYTHON_ENV/bin:$PATH \ && echo "source ./$PYTHON_ENV/bin/activate" >> ~/.bashrc source ./$PYTHON_ENV/bin/activate pip3 install -r data/requirements.txt

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/brentlaster/agent-mcp-ollama'

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