Skip to main content
Glama

Model Context Protocol Server

by arkeodev
pyproject.toml1.54 kB
[tool.poetry] name = "search-engine-with-rag-and-mcp" version = "0.2.0" description = "A search engine with RAG and MCP capabilities" authors = ["Your Name <your.email@example.com>"] readme = "README.md" license = "MIT" packages = [{include = "src"}] [tool.poetry.dependencies] python = ">=3.12,<3.13" python-dotenv = "^1.0.1" langchain = "0.3.24" langchain-community = "0.3.21" langchain-core = "0.3.55" langchain-ollama = "0.3.2" langchain-openai = "0.3.14" fastmcp = "^2.2.1" faiss-cpu = "^1.10.0" exa-py = "^1.12.1" requests = "^2.31.0" pydantic = "^2.11.3" tqdm = "^4.67.1" ollama = "^0.4.8" typer = "0.15.2" firecrawl-py = "1.7.0" aiolimiter = "^1.2.1" trafilatura = "^2.0.0" sentence-transformers = "^2.5.0" unstructured = "^0.11.8" langchain-huggingface = "^0.1.2" boilerpy3 = "^1.0.7" readability-lxml = "^0.8.1" httpx = "^0.28.1" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" black = "^24.1.0" isort = "^5.13.2" flake8 = "^7.0.0" mypy = "^1.8.0" pre-commit = "^3.6.0" autopep8 = "^2.3.2" types-requests = "^2.31.0.10" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.black] line-length = 88 target-version = ["py312"] [tool.isort] profile = "black" line_length = 88 [tool.mypy] python_version = "3.12" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true disallow_incomplete_defs = true ignore_missing_imports = true [[tool.mypy.overrides]] module = ["tests.conftest"] ignore_missing_imports = true [tool.pytest.ini_options] testpaths = ["tests"]

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/arkeodev/search-engine-with-rag-and-mcp'

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