Skip to main content

Quick Start

Add this to your MCP client config:
{
  "mcpServers": {
    "rippletide-kg": {
      "type": "url",
      "url": "https://mcp.rippletide.com/mcp?agentId=your-agent-id"
    }
  }
}
Replace your-agent-id with your agent ID from the Rippletide platform.
In the Rippletide playground, click the terminal icon in the header to get your Agent ID, MCP endpoint, and context instructions. Everything is copyable in one click.
For best results, add the system prompt instructions to your agent’s context so it knows when and how to use the tools.

Where to save this config

Cursor

Save to ~/.cursor/mcp.json

Claude Desktop

Add in Claude Desktop MCP settings

Claude Code

Save to .mcp.json at your project root
That’s it. Your AI assistant now has access to 7 tools and 4 resources for persistent memory.
You can find your agent ID in the playground (terminal icon in the header) or on the agent detail page in the Rippletide platform. Each agent gets its own isolated context graph.

Next steps