Skip to main content
Glama
Makefile225 B
.PHONY: install run clean install: python -m venv venv && . venv/bin/activate && pip install -r requirements.txt run: uv --directory src run linkedmcp/server.py clean: rm -rf __pycache__ .mypy_cache .pytest_cache .venv

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/buddhdev-harsh/linkedmcp'

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