mcp.json file and lists their tools in the editor. Add a tai entry — a launch command for a stdio server, or a URL for an HTTP one.
Add a config entry
Put the entry in~/.cursor/mcp.json for all projects, or .cursor/mcp.json in a project for that project only. Add a tai server under mcpServers.
tai and to the manifest for the stdio entry. For the HTTP entry, run the server yourself (tai serve --transport http --port 8000) and point the URL at it.
A server behind access control requires an API key. For the stdio entry, set
TAI_API_KEY in an env block on the server; for the HTTP entry, supply it in the client’s request headers.See also
- MCP clients — the transport options in depth.
- Deploy — running the server over HTTP.
- Expose a private tool set — scope Cursor to a tool subset.

