KosmoKrator

MCP client setup

KosmoKrator MCP Gateway for OpenAI Agents SDK

Use KosmoKrator as a local MCP gateway for OpenAI Agents SDK, exposing selected integrations with local credentials, scoped tools, and write policy.

Config Shape

Start the KosmoKrator MCP gateway locally and point the OpenAI Agents SDK MCP tool at that process or wrapper.

{
  "mcpServers": {
    "kosmokrator": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=github",
        "--integration=clickup",
        "--write=deny"
      ]
    }
  }
}

Why This Works

One local gateway

Expose selected integrations from one stdio MCP server.

Tool scope

Avoid loading every integration into OpenAI Agents at once.

Write policy

Keep write tools denied, ask-based, or allowed per trusted workspace.

Popular Integrations for OpenAI Agents