Skip to main content
TruGen exposes a Model Context Protocol (MCP) server that gives AI coding assistants direct access to this documentation. Instead of copy-pasting API references or switching between browser tabs, your assistant can search and read TruGen docs inline while you build. MCP Server URL

Available Tools

The server exposes two tools your AI assistant can call:

Setup

Claude Code

Add the server to your Claude Code MCP config:
Or add it manually to your ~/.claude/claude_desktop_config.json:

Cursor

  1. Open Cursor SettingsMCP
  2. Click Add Server
  3. Set the type to HTTP and enter the URL:

Windsurf

Add to your Windsurf MCP settings:

Any MCP-compatible client

The server uses HTTP transport. Point any MCP client that supports HTTP/SSE transport to:

What You Can Ask

Once connected, your assistant can answer questions like:
  • “How do I create an agent with a knowledge base attached?”
  • “What callback events does TruGen support?”
  • “Show me the request schema for the Create Agent endpoint.”
  • “What LLM providers are available?”
  • “How do I embed an agent via iframe?”
The assistant will search or read the docs directly rather than relying on its training data, giving you accurate and up-to-date answers.