Available Tools
The server exposes two tools your AI assistant can call:| Tool | Description |
|---|---|
search_tru_gen_ai_api_documentation | Semantic search across all TruGen docs — returns relevant sections with titles and page links |
query_docs_filesystem_tru_gen_ai_api_documentation | Read-only shell-like access to the docs filesystem — supports cat, head, rg, tree, ls, and other standard text utilities |
Setup
Claude Code
Add the server to your Claude Code MCP config:~/.claude/claude_desktop_config.json:
Cursor
- Open Cursor Settings → MCP
- Click Add Server
- 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?”