Skip to main content
Glama

MCP RAG Server

pyproject.toml1.01 kB
[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-server" version = "0.1.0" description = "MCP RAG Server with FAISS vector database for Move files" readme = "README.md" requires-python = ">=3.8" license = {text = "MIT"} authors = [ {name = "MCP RAG Team"} ] dependencies = [ "faiss-cpu>=1.7.4", "fastapi>=0.104.1", "uvicorn>=0.23.2", "numpy>=1.24.3", "sentence-transformers>=2.2.2", "pydantic>=2.4.2", "python-dotenv>=1.0.0", "tqdm>=4.66.1", "datasets>=2.14.5", "PyGithub>=1.59.1", "requests>=2.31.0", "beautifulsoup4>=4.12.2" ] [project.scripts] mcp-server = "mcp_server.main:main" mcp-download = "mcp_server.download_move_files:main" mcp-index = "mcp_server.index_move_files:main" mcp-query = "mcp_server.query_vector_store:main" mcp-rag = "mcp_server.rag_integration:main" mcp-search-index = "mcp_server.search_and_index:main" [tool.setuptools.packages.find] include = ["mcp_server*"]

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/ProbonoBonobo/sui-mcp-server'

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