{"id":30587339,"url":"https://github.com/deepset-ai/deepset-mcp-server","last_synced_at":"2026-02-24T12:10:30.266Z","repository":{"id":304664206,"uuid":"975350415","full_name":"deepset-ai/deepset-mcp-server","owner":"deepset-ai","description":"MCP Server for deepset platform","archived":false,"fork":false,"pushed_at":"2026-02-23T15:12:27.000Z","size":26017,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-23T22:16:17.332Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepset-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-30T07:11:12.000Z","updated_at":"2026-02-04T15:52:42.000Z","dependencies_parsed_at":"2025-09-04T16:21:29.558Z","dependency_job_id":"027387ba-7a95-478b-8f1f-8dc52e3e622e","html_url":"https://github.com/deepset-ai/deepset-mcp-server","commit_stats":null,"previous_names":["deepset-ai/deepset-mcp-server"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/deepset-ai/deepset-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fdeepset-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fdeepset-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fdeepset-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fdeepset-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepset-ai","download_url":"https://codeload.github.com/deepset-ai/deepset-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fdeepset-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29781598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08-29T12:08:54.967Z","updated_at":"2026-02-24T12:10:30.223Z","avatar_url":"https://github.com/deepset-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deepset-mcp\r\n\r\n**The official MCP server and Python SDK for the deepset AI platform**\r\n\r\ndeepset-mcp enables AI agents to build and debug pipelines on the [deepset AI platform](https://www.deepset.ai/products-and-services/deepset-ai-platform) through 30+ specialized tools. It also provides a Python SDK for programmatic access to many platform resources.\r\n\r\n## Documentation\r\n\r\n📖 **[View the full documentation](https://deepset-ai.github.io/deepset-mcp-server/)**\r\n\r\n## Quick Links\r\n\r\n- 🔗 **[deepset AI Platform](https://www.deepset.ai/products-and-services/deepset-ai-platform)**\r\n- 📚 **[Installation Guide](https://deepset-ai.github.io/deepset-mcp-server/installation/)**\r\n- 🛠️ **[MCP Server Guide](https://deepset-ai.github.io/deepset-mcp-server/guides/mcp_server/)**\r\n- 🐍 **[Python SDK Guide](https://deepset-ai.github.io/deepset-mcp-server/guides/api_sdk/)**\r\n\r\n## Development\r\n\r\n### Installation\r\n\r\nInstall the project using [uv](https://docs.astral.sh/uv/):\r\n\r\n```bash\r\n# Install uv first\r\npipx install uv\r\n\r\n# Install project with all dependencies\r\nuv sync --locked --all-extras --all-groups\r\n```\r\n\r\n### Code Quality \u0026 Testing\r\n\r\nRun code quality checks and tests using the Makefile:\r\n\r\n```bash\r\n# Install dependencies\r\nmake install\r\n\r\n# Code quality\r\nmake lint          # Run ruff linting\r\nmake format        # Format code with ruff\r\nmake types         # Run mypy type checking\r\n\r\n# Testing\r\nmake test          # Run unit tests (default)\r\nmake test-unit     # Run unit tests only\r\nmake test-integration     # Run integration tests\r\nmake test-all      # Run all tests\r\n\r\n# Clean up\r\nmake clean         # Remove cache files\r\n```\r\n\r\n### Documentation\r\n\r\nDocumentation is built using [MkDocs](https://www.mkdocs.org/) with the Material theme:\r\n\r\n- Configuration: `mkdocs.yml`\r\n- Content: `docs/` directory\r\n- Auto-generated API docs via [mkdocstrings](https://mkdocstrings.github.io/)\r\n- Deployed via GitHub Pages (automated via GitHub Actions on push to main branch)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepset-ai%2Fdeepset-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepset-ai%2Fdeepset-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepset-ai%2Fdeepset-mcp-server/lists"}