Prerequisites
- Python 3.10+
- A Caylex Navigator Instance with an API key (create one here)
- Users authenticated with your project’s servers (set up auth links)
Installation
Full example
main.py
Step-by-step
Create the MCP server connection
Use
MCPServerStreamableHttp with the Caylex endpoint and authentication headers.Further reading
- Claude Agent SDK MCP documentation
- Connecting Your Agent — details on how the Navigator works
- Server Authentication for user-level vs project-level auth