aiko for Zed
io.github.masa-san-jp/aiko
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
client:Zed
transport:stdio
runtime:npm
Install aiko in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
],
"env": {
"AIKO_HOME": "<AIKO_HOME>",
"AIKO_PERSONA_ID": "<AIKO_PERSONA_ID>",
"AIKO_USER_PROFILE": "<AIKO_USER_PROFILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs