Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.mytruv.com/llms.txt

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

Any MCP-compatible client can connect to MyTruv. If your tool supports Streamable HTTP MCP servers with OAuth, point it at the URL below.
MyTruv MCP is only available on the Pro plan. Upgrade to Pro to get started.

Server URL

https://api.mytruv.com/mcp

Generic config

Most clients accept a JSON config block like this:
{
  "mcpServers": {
    "mytruv-mcp": {
      "url": "https://api.mytruv.com/mcp"
    }
  }
}
Paste it into your client’s MCP config file or the equivalent UI. On first use, the client opens your browser so you can sign in to MyTruv and authorize access.

Client-specific notes

The Gemini CLI reads MCP server config from ~/.gemini/settings.json. Add a mcpServers block with a mytruv entry pointing to the URL above:
{
  "mcpServers": {
    "mytruv": {
      "httpUrl": "https://api.mytruv.com/mcp"
    }
  }
}
Save and start a new Gemini CLI session. On first use, Gemini opens your browser so you can sign in to MyTruv.
Open the Command Palette and run MCP: Add Server. Select HTTP server, paste the MyTruv URL, and complete OAuth in your browser. Alternatively, add the JSON block above to your MCP settings file.
Open Settings > Tools > AI Assistant > MCP Servers, click Add, select HTTP, and paste the MyTruv URL. Authorize when your browser opens.
Open Windsurf Settings > Cascade > MCP Servers and add a new server with the MyTruv URL. Authorize in your browser.
Open Settings > Assistant > Context Servers and add a new server with type http and the MyTruv URL.
If your client is not listed, check its docs for “MCP server” or “Model Context Protocol” configuration. If you run into trouble, contact support.

Next steps

Try these prompts

Ready-to-use prompts to test the connection.

Available tools

What your AI tool can query on your behalf.