A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
claude mcp add aiko -- npx -y aiko-mcp
claude_desktop_config.json
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"aiko": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aiko-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.masa-san-jp--aiko/reviews or the review_server meta-tool.
POST /mcp