Skip to main content
Glama

Extend AI Toolkit MCP Server

Official
Makefile412 B
VENV_NAME ?= venv PIP ?= pip PYTHON ?= python3.12 ENV ?= stage venv: $(VENV_NAME)/bin/activate $(VENV_NAME)/bin/activate: pyproject.toml @test -d $(VENV_NAME) || $(PYTHON) -m venv $(VENV_NAME) $(VENV_NAME)/bin/python -m pip install -e ".[dev]" @touch $(VENV_NAME)/bin/activate test: venv $(VENV_NAME)/bin/pytest tests build: venv cp LICENSE LICENSE.bak $(VENV_NAME)/bin/python -m build rm LICENSE.bak

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/paywithextend/extend-ai-toolkit'

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