{"id":31447933,"url":"https://github.com/qdrant/mcp-for-docs","last_synced_at":"2025-10-01T02:14:40.386Z","repository":{"id":306803036,"uuid":"962930524","full_name":"qdrant/mcp-for-docs","owner":"qdrant","description":"MCP server for accessing documentation and code snippets of dev tools. Based on `mcp-server-qdrant`","archived":false,"fork":false,"pushed_at":"2025-09-18T08:24:22.000Z","size":320,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T10:49:03.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qdrant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-08T22:30:32.000Z","updated_at":"2025-09-18T10:31:32.000Z","dependencies_parsed_at":"2025-07-27T19:09:26.090Z","dependency_job_id":"63da80cd-9098-4336-8963-90d0c101ced5","html_url":"https://github.com/qdrant/mcp-for-docs","commit_stats":null,"previous_names":["qdrant/mcp-for-docs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/qdrant/mcp-for-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fmcp-for-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fmcp-for-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fmcp-for-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fmcp-for-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdrant","download_url":"https://codeload.github.com/qdrant/mcp-for-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fmcp-for-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277782799,"owners_count":25876209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-01T02:00:09.286Z","response_time":88,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-01T02:14:37.601Z","updated_at":"2025-10-01T02:14:40.376Z","avatar_url":"https://github.com/qdrant.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# MCP for Qdrant Documentation\n\nThe idea is to create a PoC for curated documentation MCP server based on `mcp-server-qdrant`.\n\n## Motivation\n\nDefault `mcp-server-qdrant` is too general and expects you to put data into it.\nBut one of the main use-cases for MCP is to provide LLMs with latest and most accurate documentation.\n\nThis project should serve as an example of how you can build ready-to-use MCP server for a specific package documentation.\n\n\nThis MCP server is read-only, model is only allowed retrieve data about the documentation.\n\n## Setup\n\nThis is a Python project using `uv` for package management.\n\n1. Install `uv` if you haven't already:\n   ```bash\n   curl -LsSf https://astral.sh/uv/install.sh | sh\n   ```\n\n2. Create a virtual environment and install dependencies:\n   ```bash\n   uv venv\n   source .venv/bin/activate  # On Unix/macOS\n   # or\n   .venv\\Scripts\\activate  # On Windows\n   \n   uv pip install -r requirements.txt\n   ```\n\n3. Install the package in development mode:\n   ```bash\n   uv pip install -e .\n   ```\n\n## Development\n\n- Use `ruff` for linting and formatting\n- The project uses `hatchling` as the build backend \n\n\n### MCP Server Inspector\n\n```bash\nuv run mcp dev qdrant_docs_mcp/server.py\n```\n\n### Run for serving\n\n```bash\nuv run qdrant_docs_mcp/main.py --transport=sse\n```\n\n### Importing libraries\n\nTo import a single supported library, run\n```bash\nuv run -m qdrant_docs_mcp.tools.importer --library 'qdrant-client-python'\n```\n\nAlternatively, you can import all supported libraries with\n```bash\nuv run -m qdrant_docs_mcp.tools.importer --library 'all'\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Fmcp-for-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdrant%2Fmcp-for-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Fmcp-for-docs/lists"}