# AINative Studio — SDK & Package Directory # https://www.ainative.studio # Machine-readable SDK discovery for AI agents and developers ## Python Packages (PyPI) zerodb-mcp install: pip install zerodb-mcp description: ZeroDB MCP server — full database access (69 tools) registry: https://pypi.org/project/zerodb-mcp/ zerodb-cli install: pip install zerodb-cli description: ZeroDB command-line interface registry: https://pypi.org/project/zerodb-cli/ langchain-zerodb install: pip install langchain-zerodb description: LangChain integration for ZeroDB vector store registry: https://pypi.org/project/langchain-zerodb/ llama-index-vector-stores-zerodb install: pip install llama-index-vector-stores-zerodb description: LlamaIndex vector store integration for ZeroDB registry: https://pypi.org/project/llama-index-vector-stores-zerodb/ ## Node.js Packages (npm) ainative-zerodb-memory-mcp install: npm i ainative-zerodb-memory-mcp description: ZeroMemory MCP server — 6 cognitive memory tools for AI agents benchmark: 100% Recall@1 on LongMemEval (ICLR 2025) tools: zerodb_store_memory, zerodb_search_memory, zerodb_semantic_search, zerodb_get_context, zerodb_clear_session, zerodb_embed_text registry: https://www.npmjs.com/package/ainative-zerodb-memory-mcp zerodb-cli install: npx zerodb-cli init description: ZeroDB CLI — project setup and management registry: https://www.npmjs.com/package/zerodb-cli ## React / Next.js SDKs @ainative/react-sdk install: npm i @ainative/react-sdk description: React hooks for AINative — useChat, useCredits, useAgent features: Chat completion, credit management, agent interaction @ainative/nextjs-sdk install: npm i @ainative/nextjs-sdk description: Next.js server client and auth middleware for AINative features: Server-side API client, session middleware, route protection ## MCP Server Configuration Memory MCP (recommended for agents): command: npx args: ["-y", "ainative-zerodb-memory-mcp"] env: ZERODB_PROJECT_ID, ZERODB_API_KEY Full ZeroDB MCP (69 tools): command: npx args: ["-y", "zerodb-mcp-server"] env: ZERODB_PROJECT_ID, ZERODB_API_KEY ## API Authentication Base URL: https://api.ainative.studio Auth methods: API Key (X-API-Key header), JWT (Bearer token), Zero-Auth (instant provisioning) Free tier: Yes, no credit card required Docs: https://docs.ainative.studio ## Links API Reference: https://api.ainative.studio/docs llms.txt: https://api.ainative.studio/llms.txt agents.txt: https://api.ainative.studio/agents.txt MCP Catalog: https://www.ainative.studio/.well-known/mcp-servers.json Plugin: https://www.ainative.studio/.well-known/ai-plugin.json