Navigator stores MCP server definitions as structured configuration. A server definition describes how to connect, what to call it, and which environment values it needs.
Common fields
stdio
Use stdio when Navigator launches a local process and communicates over standard input/output.
SSE
Use SSE when the server exposes a server-sent-events endpoint.
Streamable HTTP
Use streamable HTTP for modern remote MCP servers that accept normal HTTP requests and stream responses.
Timeouts
Long browser or data jobs may need more time than a default model response. Set:
The example above allows up to 10 minutes for a full MCP tool call sequence.
Security notes
Store tokens in environment variables, not directly in committed JSON. Use manual tool mode for tools that write data, send messages, place orders, or mutate production systems.