ODK Docs MCP Server

ODK provides a Model Context Protocol (MCP) server that helps you and your AI agents search ODK documentation, answer questions, troubleshoot issues, and build forms and workflows.

The MCP server is hosted at https://odk-docs.mcp.kapa.ai. You can add this endpoint to any AI tool that supports MCP.

ChatGPT

Requires Pro, Plus, Team, Enterprise, or Edu subscription.

  1. Enable Developer Mode: SettingsAppsAdvanced settingsDeveloper mode.

  2. Open ChatGPT Apps settings.

  3. Click on Create app next to Advanced settings and create an app.

  4. Enter the name: ODK Docs and connection: https://odk-docs.mcp.kapa.ai, then Create.

Learn more in the ChatGPT's Developer Mode docs.

Claude Code

Run this command in your project directory:

claude mcp add --transport http odk-docs https://odk-docs.mcp.kapa.ai

Learn more in the Claude's MCP docs.

OpenCode

Add to opencode.json in your project root.

{
  "mcp": {
    "odk-docs": {
      "type": "remote",
      "url": "https://odk-docs.mcp.kapa.ai",
      "enabled": true
    }
  }
}

Learn more in the OpenCode's MCP docs.

Others

Any tool that supports MCP servers can connect using the following URL.

https://odk-docs.mcp.kapa.ai

Did this page help you?

Selecting an option will open a 1-question survey

👍 Yes 👎 No