OiOi

Guide

MCP setup for Oi.

Oi is exposed as a hosted MCP server. That means the setup shape is usually the same across clients: use the server URL, choose streamable HTTP, and provide bearer auth or OAuth.

Connection shape

Server URL: https://api.oioioi.ai/mcp Transport: Streamable HTTP Authorization: Bearer <organization-api-key-or-oauth-token>
  1. Use the hosted HTTPS endpoint instead of a local stdio command.
  2. Choose the client's MCP or connector flow when it exists.
  3. Provide a bearer token secret or complete OAuth if the client supports it.
  4. Render retrieved Context content as markdown, and use metadata only when the MCP client exposes it.
  5. Start with one simple Oi prompt to confirm the connection works.

Where this helps

  • Codex and Cursor style MCP settings
  • Generic MCP connection forms
  • UI-first client integrations that ask for a server URL and bearer token

If your client has a dedicated Oi install page on this site, prefer that flow first. Use this shared MCP shape when you are configuring a different MCP-capable client.