送信
One shared AI setup for your team. Stop losing prompts in chats and docs. Save one shared setup, tailor it for your team, and use it across ChatGPT, Codex, Claude, Figma, and more.
概要

Oi Logo Oi - MCP

Website | App

Registry metadata for the Oi MCP server.

Connect

Server URL: https://api.oioioi.ai/mcp

Authentication:

  • OAuth via the Oi app
  • Authorization: Bearer <api-token>

サーバー設定

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.carhaix/oi",
  "title": "Oi",
  "description": "Access your Oi setup: teams, contexts, workflows, tools, and more.",
  "repository": {
    "url": "https://github.com/carhaix/oi-mcp",
    "source": "github"
  },
  "websiteUrl": "https://www.oioioi.ai/guides/what-is-oi-mcp",
  "version": "0.2.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.oioioi.ai/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer token for Oi access. Use an OAuth access token or an exported Oi organization API key.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}