aiko for Grok
io.github.masa-san-jp/aiko
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
client:Grok
transport:stdio
runtime:npm
Install aiko in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs