{
  "schema_version": "1.0",
  "platform": {
    "name": "AINative Studio MCP Server Hosting",
    "description": "Deploy and manage Model Context Protocol servers with auto-scaling. No Docker required.",
    "url": "https://ainative.studio/products/mcp-hosting",
    "docs": "https://docs.ainative.studio/mcp-hosting",
    "api_base": "https://api.ainative.studio"
  },
  "servers": [
    {
      "id": "github",
      "name": "GitHub MCP Server",
      "description": "Interact with GitHub repositories, issues, pull requests, and workflows. Read/write access to repos, manage issues and PRs, trigger CI/CD.",
      "category": "version-control",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-github",
      "docs": "https://docs.ainative.studio/mcp/github"
    },
    {
      "id": "postgresql",
      "name": "PostgreSQL MCP Server",
      "description": "Query and manage PostgreSQL databases. Run SQL queries, inspect schemas, manage tables and data.",
      "category": "database",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-postgres",
      "docs": "https://docs.ainative.studio/mcp/postgresql"
    },
    {
      "id": "memory",
      "name": "Memory MCP Server",
      "description": "Persistent key-value memory store for AI agents. Store, retrieve, and search memories across sessions.",
      "category": "memory",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-memory",
      "docs": "https://docs.ainative.studio/mcp/memory"
    },
    {
      "id": "slack",
      "name": "Slack MCP Server",
      "description": "Send and read Slack messages, manage channels, search workspace history, post to channels.",
      "category": "communication",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-slack",
      "docs": "https://docs.ainative.studio/mcp/slack"
    },
    {
      "id": "gmail",
      "name": "Gmail MCP Server",
      "description": "Read, send, and manage Gmail messages and threads. Search emails, manage labels, draft and send messages.",
      "category": "communication",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-gmail",
      "docs": "https://docs.ainative.studio/mcp/gmail"
    },
    {
      "id": "filesystem",
      "name": "Filesystem MCP Server",
      "description": "Read and write files on the local filesystem. List directories, read/write files, manage file structure.",
      "category": "filesystem",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-filesystem",
      "docs": "https://docs.ainative.studio/mcp/filesystem"
    },
    {
      "id": "brave-search",
      "name": "Brave Search MCP Server",
      "description": "Web search powered by Brave Search API. Privacy-first search with rich results, news, and web content.",
      "category": "search",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-brave-search",
      "docs": "https://docs.ainative.studio/mcp/brave-search"
    },
    {
      "id": "puppeteer",
      "name": "Puppeteer MCP Server",
      "description": "Browser automation with Puppeteer. Navigate URLs, take screenshots, fill forms, interact with web pages.",
      "category": "browser-automation",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-puppeteer",
      "docs": "https://docs.ainative.studio/mcp/puppeteer"
    },
    {
      "id": "sqlite",
      "name": "SQLite MCP Server",
      "description": "Query and manage SQLite databases. Run SQL queries, inspect schemas, create and modify tables.",
      "category": "database",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-sqlite",
      "docs": "https://docs.ainative.studio/mcp/sqlite"
    },
    {
      "id": "fetch",
      "name": "Fetch MCP Server",
      "description": "Make HTTP requests to any URL. GET, POST, PUT, DELETE with custom headers, body, and authentication.",
      "category": "http",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-fetch",
      "docs": "https://docs.ainative.studio/mcp/fetch"
    },
    {
      "id": "everart",
      "name": "EverArt MCP Server",
      "description": "AI image generation using EverArt models. Generate, edit, and upscale images from text prompts.",
      "category": "image-generation",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-everart",
      "docs": "https://docs.ainative.studio/mcp/everart"
    },
    {
      "id": "sentry",
      "name": "Sentry MCP Server",
      "description": "Access Sentry error tracking data. Query issues, inspect stack traces, manage projects and alerts.",
      "category": "monitoring",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-sentry",
      "docs": "https://docs.ainative.studio/mcp/sentry"
    },
    {
      "id": "aws-kb",
      "name": "AWS Knowledge Base MCP Server",
      "description": "Query AWS Bedrock Knowledge Bases. Retrieve and search documents stored in AWS Knowledge Base for RAG workflows.",
      "category": "knowledge-base",
      "deployable": true,
      "install": "npx @modelcontextprotocol/server-aws-kb-retrieval",
      "docs": "https://docs.ainative.studio/mcp/aws-kb"
    },
    {
      "id": "shadcn-ui",
      "name": "Shadcn UI MCP Server",
      "description": "Browse and install shadcn/ui components. Search the component library, get usage examples, install components.",
      "category": "ui-components",
      "deployable": true,
      "install": "npx shadcn-ui-mcp-server",
      "docs": "https://docs.ainative.studio/mcp/shadcn-ui"
    },
    {
      "id": "zerodb-memory",
      "name": "ZeroDB Memory MCP Server (ZeroMemory)",
      "description": "Cognitive memory system for AI agents. 100% Recall@1 on LongMemEval benchmark. Remember, recall, forget with vector similarity search, memory hierarchy (working/episodic/semantic), knowledge graph, reflection engine, and entity-scoped isolation. 384ms p50 retrieval latency.",
      "category": "memory",
      "deployable": true,
      "install": "npx ainative-zerodb-memory-mcp",
      "npm": "ainative-zerodb-memory-mcp",
      "cli": "npm i zerodb-cli",
      "tools": 6,
      "tool_list": ["zerodb_store_memory", "zerodb_search_memory", "zerodb_semantic_search", "zerodb_get_context", "zerodb_clear_session", "zerodb_embed_text"],
      "benchmark": {
        "name": "LongMemEval (ICLR 2025)",
        "recall_at_1": "100%",
        "qa_accuracy": "94%",
        "latency_p50_ms": 384
      },
      "features": ["vector-similarity-search", "memory-hierarchy", "knowledge-graph", "reflection-engine", "entity-scoping", "auto-entity-extraction", "blended-scoring"],
      "docs": "https://docs.ainative.studio/mcp/zerodb-memory",
      "blog": "https://ainative.studio/blog/zeromemory-longmemeval-benchmark-100-percent-retrieval"
    }
  ],
  "deployment": {
    "description": "All servers are deployable via the AINative MCP Server Hosting platform with one-click deployment, auto-scaling, and managed infrastructure.",
    "deploy_url": "https://ainative.studio/products/mcp-hosting",
    "api_endpoint": "https://api.ainative.studio/v1/mcp/deploy",
    "auth": "X-API-Key header"
  }
}
