Skip to main content
The Replyke MCP (Model Context Protocol) server gives AI development tools direct access to the Replyke documentation. Once configured, your AI assistant can search and reference the complete docs in real-time — without you having to paste context manually.

Server URL

https://docs.replyke.com/mcp

Available Tools

search_replyke_documentation

Searches across the full Replyke documentation knowledge base to find relevant pages, code examples, API references, and guides. Useful for:
  • Answering questions about how Replyke features work
  • Finding specific API endpoints or hook signatures
  • Understanding integration patterns and configuration options
  • Locating code examples for any SDK feature
Returns: Contextual content from documentation pages, including titles, descriptions, and direct links.

Installation

Claude Code

1

Open MCP settings

Run /mcp in Claude Code or open the MCP configuration file.
2

Add the Replyke server

Add the following entry:
{
  "mcpServers": {
    "replyke": {
      "url": "https://docs.replyke.com/mcp"
    }
  }
}
3

Restart Claude Code

The Replyke MCP server will be available in your next session.

Cursor

1

Open Cursor settings

Go to Settings → MCP.
2

Add the server URL

Enter https://docs.replyke.com/mcp and save.
3

Restart Cursor

The integration activates on next launch.

Windsurf

1

Open Windsurf settings

Navigate to the MCP integration section.
2

Add the server URL

Enter https://docs.replyke.com/mcp and save.
3

Restart Windsurf

The integration activates on next launch.

Usage

Once installed, your AI assistant uses the MCP server automatically when you ask about Replyke. Example prompts:
  • “How do I set up authentication with an external user system in Replyke?”
  • “Show me how to use useEntityList with filters”
  • “What fields does the Space data model have?”
  • “How do I configure webhooks for push notifications?”
The assistant retrieves accurate, up-to-date answers directly from the official documentation rather than relying on training data.

Benefits

Always Current

The MCP server always reflects the live documentation — no stale training data.

Accurate Code Examples

Suggestions are grounded in actual Replyke patterns and API shapes.

No Context Pasting

Skip copying documentation into prompts — the assistant fetches what it needs automatically.

Works Across Tools

Any MCP-compatible AI tool can use the same server.

Troubleshooting

If the integration is not working:
  1. Verify the server URL is entered correctly: https://docs.replyke.com/mcp
  2. Confirm your AI tool supports MCP (Claude Code, Cursor, and Windsurf all do)
  3. Restart the tool after adding the server
  4. Check that https://docs.replyke.com/mcp is reachable from your network