Skip to main content
Glama

Dedalus MCP Documentation Server

by kitan23
.gitignore744 B
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ ENV/ env/ .venv/ # UV package manager uv.lock .uv/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Environment variables .env .env.local .env.*.local # Testing .coverage .pytest_cache/ .tox/ .nox/ .hypothesis/ *.cover *.log # Documentation build docs/_build/ site/ # Cache *.cache .cache/ embeddings_cache/ metadata_cache/ # Temporary files *.tmp *.bak tmp/ temp/ # Database *.db *.sqlite *.sqlite3 # Model files *.pkl *.h5 *.pt *.pth *.onnx # Vector stores faiss_index/ chroma_db/ qdrant_data/

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/kitan23/Python_MCP_Server_Example_2'

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