Skip to content
Cline

aiko for Cline

io.github.masa-san-jp/aiko

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

client:Cline transport:stdio runtime:npm

Install aiko in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aiko": {
      "command": "npx",
      "args": [
        "-y",
        "aiko-mcp"
      ],
      "env": {
        "AIKO_HOME": "<AIKO_HOME>",
        "AIKO_PERSONA_ID": "<AIKO_PERSONA_ID>",
        "AIKO_USER_PROFILE": "<AIKO_USER_PROFILE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

aiko in other clients