Skip to main content
Glama
pyproject.toml770 B
[project] name = "mcp-rag" version = "0.4.4" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "fastapi>=0.104.0", "uvicorn[standard]>=0.24.0", "pydantic>=2.5.0", "pydantic-settings>=2.1.0", "chromadb>=0.4.18", "numpy>=1.24.0", "scikit-learn>=1.3.0", "httpx>=0.25.0", "python-multipart>=0.0.6", "mcp>=0.1.0", "typer>=0.9.0", "PyPDF2>=3.0.0", "python-docx>=1.1.0", ] [project.optional-dependencies] local-embeddings = [ "sentence-transformers>=2.2.2", ] [project.scripts] # CLI entrypoint: `mcp-rag` will invoke mcp_rag.cli:main mcp-rag = "mcp_rag.cli:main" [build-system] requires = ["setuptools>=65.0", "wheel"] build-backend = "setuptools.build_meta"

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/kalicyh/mcp-rag'

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