Skip to main content
Glama

doc-lib-mcp

by shifusen329
pyproject.toml818 B
[project] name = "doc-lib-mcp" version = "0.1.1" description = "A Documentation RAG MCP" readme = "README.md" requires-python = ">=3.12" dependencies = [ "mcp>=1.7.1", "httpx>=0.27.0", "asyncpg>=0.29.0", "requests", "python-dotenv", "FlagEmbedding", "torch", "beautifulsoup4", "lxml", "anyio", "psycopg2-binary", "playwright", "readability-lxml", "mistune>=3.0.0", "openai", "pypandoc", "lxml[html_clean]" ] [[project.authors]] name = "shifusen329" email = "quanhong329@gmail.com" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] doc-lib-mcp = "doc_lib_mcp:main" [[tool.uv.index]] name = "pytorch" url = "https://download.pytorch.org/whl/nightly/cu128" [tool.uv.sources] torch = { index = "pytorch" }

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/shifusen329/doc-lib-mcp'

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