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.
Enable Developer Mode: Settings → Apps → Advanced settings → Developer mode.
Open ChatGPT Apps settings.
Click on Create app next to Advanced settings and create an app.
Enter the name:
ODK Docsand connection:https://odk-docs.mcp.kapa.ai, thenCreate.
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