Skip to main content
Glama

MCP Data Server

by hkonda015
Makefile512 B
.PHONY: setup lint type test format run index search clean setup: uv pip install -e ".[dev,faiss]" || pip install -e ".[dev,faiss]" pre-commit install lint: ruff check src tests type: mypy src test: pytest -q format: ruff check --fix src tests ruff format src tests black src tests run: python -m mcp_data_server --help index: python -m mcp_data_server index search: python -m mcp_data_server search --query "hello world" clean: rd /s /q .mypy_cache .ruff_cache .pytest_cache .index 2> NUL || true

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/hkonda015/McpServer'

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