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
{
"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