Add the server
Use this URL everywhere:Read-only is the default. A read grant can browse everything but cannot change resources. Turn on write only when you want MCP tools to mutate the project.
Desktop
Claude Desktop
- Open Customize → Connectors.
- Add a custom connector with
https://mcp.inference.net/mcp. - Click Connect and complete sign-in.
Codex Desktop
- Open Settings → MCP servers.
- Add a Streamable HTTP server with
https://mcp.inference.net/mcp. - Click Authenticate.
ChatGPT
- Enable Developer Mode.
- Create a custom connector with
https://mcp.inference.net/mcp. - Complete the OAuth prompt.
Editors
Claude Code
Cursor
Click Add to Cursor on mcp.inference.net, or add:VS Code
Codex CLI
How access is scoped
OAuth consent binds the connection to one project or every current project in the team, plus either read or read+write. A single-project grant makesproject_id optional. A team-wide grant can see every current and future project in that team; tools that need a project then require project_id — call list_projects first.
- One project per connection. Pick a single project at consent when you want implicit
project_idresolution. - All projects in the team. Pick this when the agent should work across the team. New projects created later are included automatically.
- Switching scope. Add the server again and pick a different project or team-wide access at consent. There is no in-session project switch.
- Call
whoamito see the current team, scoped projects, and permissions.
Example prompts
You drive the MCP server in natural language. Your assistant picks the right tools and resolves the project from your grant.Apply HALO fixes for an agent
Run HALO on demand or on a schedule
More examples
Read actions work with a read-only grant. Write actions (creating datasets, running evals, launching training jobs, changing deployments) need write access.