aiko for Cursor
io.github.masa-san-jp/aiko
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
client:Cursor
transport:stdio
runtime:npm
Install aiko in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aiko": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aiko-mcp"
],
"env": {
"AIKO_HOME": "<AIKO_HOME>",
"AIKO_PERSONA_ID": "<AIKO_PERSONA_ID>",
"AIKO_USER_PROFILE": "<AIKO_USER_PROFILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs