Skip to main content
Glama

Document Retrieval MCP Server

.gitignoreโ€ข754 B
# Environment variables .env .env.local .env.production # Python __pycache__/ *.py[cod] *$py.class *.so *.egg *.egg-info/ dist/ build/ eggs/ .eggs/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.manifest *.spec # Virtual environments venv/ ENV/ env/ .venv # Testing .coverage .pytest_cache/ htmlcov/ .tox/ .coverage.* *.cover .hypothesis/ coverage.xml *.lcov test-results/ junit.xml # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Logs logs/ *.log *.pid *.seed *.pid.lock # Database *.db *.sqlite *.sqlite3 # Cache .cache/ *.cache # Temporary files tmp/ temp/ *.tmp *.bak # Documentation builds docs/_build/ site/ # MCP specific mcp-debug.log .mcp-cache/ *.mcp-session # Credentials and secrets *.key *.pem *.cert *.p12 secrets/

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/Pramod-Potti-Krishnan/retriever_mcp'

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