Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.augent.app/llms.txt

Use this file to discover all available pages before exploring further.

Augent is an MCP server. Any client that supports the Model Context Protocol gets direct access to all tools — no plugins, no adapters. For dedicated setup guides, see Claude Code, Codex, or OpenClaw. For any other MCP client, add Augent to your MCP config:
{
  "mcpServers": {
    "augent": {
      "command": "augent-mcp"
    }
  }
}
The config file location depends on your client. Common locations:
ClientConfig file
Claude Code~/.claude.json (global) or .mcp.json (project)
Cursor.cursor/mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json
VS Code.vscode/mcp.json
After adding the config, restart your client and verify the connection. All Augent tools will be available immediately.