Product feedback:
In case anyone is setting up MCP, there is documentation at mcp.roboflow.com but it didn’t quite work for me in its current state shown here.
Could just be something on my end that didn’t let the above code work, but I just worked with Codex for a sec to get to the updated code below. You still drop it in the .toml file, then restart Codex to use. Posting here in case it saves someone a couple minutes trying to figure out the same thing, at least until Roboflow updates the page (which I imagine will be real soon) with different code or further instructions. Be sure to insert your API key where shown below before saving.
[mcp_servers.roboflow]
url = “https://mcp.roboflow.com/mcp”
[mcp_servers.roboflow.http_headers]
x-api-key = “YOUR_ROBOFLOW_API_KEY_HERE”
Accept = “application/json, text/event-stream”
