Dosu Developer Resources

Dosu is knowledge management reimagined for the AI era, built to be used directly by developers and by AI coding agents. This page indexes the developer resources for integrating with the Dosu API, MCP server, and CLI.

Agent quick start

  1. Start self-serve: create a free account; no sales contact is required. The free tier includes 200 credits per month for public repositories.
  2. Authenticate: to use the API or MCP server, use OAuth 2.0 or an API key. Create API keys in Settings → Account → API Keys after signing in.
  3. Connect: point your client at the Dosu MCP server. MCP requests require authentication.

Available without authentication: the OpenAPI specification, authentication guide, and OAuth discovery metadata. Sandbox: Dosu does not currently provide a separate sandbox or test environment.

Docs

  • Documentation: Complete product documentation, setup guides, and API reference

API

MCP

  • Dosu MCP Server: Streamable HTTP Model Context Protocol endpoint for AI agents (Claude, Cursor, VS Code Copilot)
  • MCP Servers Setup: Create and configure MCP servers scoped to your knowledge sources

CLI

@dosu/cli is the official Dosu CLI. It wires the Dosu MCP server into your coding agent (Claude Code, Cursor, Codex, Gemini, Windsurf, and more) and keeps the Dosu agent skill up to date.

Installcurl -fsSL https://cli.dosu.dev/install | sh
npmnpx @dosu/cli setup

For AI agents

  • llms.txt: Curated index of Dosu resources for AI models
  • llms-full.txt: Expanded version with inline content for RAG pipelines