{"library":"mcp-hydrolix","title":"MCP Hydrolix","description":"An MCP (Model Context Protocol) server for Hydrolix, providing a bridge between AI agents and Hydrolix databases. Version 0.2.6 is the latest as of May 2026. The library is under active development, but with a small user base.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mcp-hydrolix"],"cli":null},"imports":["from mcp_hydrolix import HydrolixMCPServer"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom mcp_hydrolix import HydrolixMCPServer\n\nserver = HydrolixMCPServer(\n    hydrolix_endpoint=os.environ.get('HYDROLIX_ENDPOINT', ''),\n    hydrolix_token=os.environ.get('HYDROLIX_TOKEN', '')\n)\n# Run the server (blocks)\nserver.run()","lang":"python","description":"Create an MCP server pointing at a Hydrolix instance. Authentication is via endpoint URL and token.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}