Skip to main content
Glama

MCP Agents

by amajakai14
justfile520 B
# Build the project build: uv sync # Run the FastMCP server run: uv run mcp-agents # Run tests test: uv run python test_tools.py # Format code format: uv run black src/ uv run isort src/ # Type check typecheck: uv run mypy src/ # Clean build artifacts clean: rm -rf dist/ rm -rf build/ rm -rf *.egg-info/ # Install development dependencies dev: uv sync --extra dev # Build distribution packages dist: uv build # Publish to PyPI (for CI) publish: uv publish dist/*

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/amajakai14/mcp-agents'

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