Skip to main content
Glama

MCP RAG

by kalicyh
pyproject.toml510 B
[project] name = "mcp-rag" version = "0.3.9" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "python-dotenv>=1.0.1", "openai>=1.40.0", "mcp>=1.12.4", "requests>=2.32.3", "rich>=14.1.0", "tqdm>=4.67.1", "flask>=3.0.0", ] [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