Integrations
navra speaks standard MCP over Streamable HTTP and exposes an OpenAI-compatible chat endpoint. Any MCP or OpenAI client connects directly -- no plugins, adapters, or vendor lock-in.
Pick your client:
| Client | Transport | Guide |
|---|---|---|
| Claude Code | MCP Streamable HTTP | navra + Claude Code |
| Goose | MCP SSE | navra + Goose |
| OpenAI Python/Node | OpenAI Chat API | navra + OpenAI clients |
| LangGraph | OpenAI Chat API | navra + LangGraph |
| Custom MCP client | MCP Streamable HTTP | navra + custom client |
All guides assume navra is installed and navra init has been run.
See Getting Started if you have not set up
navra yet.