{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.HiAi-gg/docsmint",
  "title": "DocsMint",
  "description": "Cloud or self-hosted knowledge for AI agents: hybrid search, reranking, GraphRAG, scoped MCP tools.",
  "websiteUrl": "https://docsmint.com/mcp/connect?source=mcp_registry",
  "repository": {
    "url": "https://github.com/HiAi-gg/docsmint",
    "source": "github",
    "id": "1249550690",
    "subfolder": "packages/mcp-server"
  },
  "version": "0.9.0",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/HiAi-gg/docsmint/main/frontend/static/logo-dark.png",
      "mimeType": "image/png",
      "sizes": [
        "256x256"
      ],
      "theme": "light"
    },
    {
      "src": "https://raw.githubusercontent.com/HiAi-gg/docsmint/main/frontend/static/logo.png",
      "mimeType": "image/png",
      "sizes": [
        "256x256"
      ],
      "theme": "dark"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@hiai-gg/docsmint",
      "version": "0.9.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "value": "docsmint-mcp"
        }
      ],
      "environmentVariables": [
        {
          "name": "HIAI_DOCS_URL",
          "description": "Base URL of your running self-hosted DocsMint REST API, for example http://localhost:50700. For Cloud MCP, use the Streamable HTTP remote below.",
          "default": "http://localhost:50700"
        },
        {
          "name": "HIAI_DOCS_API_KEY",
          "description": "Create an API key in your self-hosted DocsMint browser UI. The stdio bridge uses it only with your own API; it does not install the Cloud OAuth server. Prefer workspace-bound or category-scoped credentials.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://docsmint.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "DocsMint Cloud remote at https://docsmint.com/mcp; no self-hosted server is required. Follow https://docsmint.com/mcp/connect?source=mcp_registry for the currently supported OAuth discovery and client-connection methods. Browser consent binds access tokens to a workspace, optional category, and requested scopes. API-key clients can use Authorization: Bearer <key> with a workspace-bound or category-scoped credential created in the authenticated browser UI. Credential management requires a browser session. For self-hosting, use the stdio package with your own API and API key; it does not install the Cloud authorization server.",
          "isRequired": true,
          "isSecret": true
        },
        {
          "name": "X-Docsmint-Workspace",
          "description": "Canonical workspace slug. Bound workspace keys may omit this header.",
          "isRequired": false,
          "isSecret": false
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "license": "Apache-2.0",
      "licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0",
      "licenseFile": "https://github.com/HiAi-gg/docsmint/blob/main/LICENSE",
      "documentationUrl": "https://docsmint.com/mcp/connect?source=mcp_registry",
      "catalog": {
        "tools": 21,
        "prompts": 2,
        "resources": 3
      }
    }
  }
}
