MCP Server
MCP
io.github.masa-san-jp/aiko
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "aiko-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Where personas and user context live. Defaults to ~/.aiko",
"format": "filepath",
"name": "AIKO_HOME"
},
{
"description": "Which persona to load. Defaults to aiko",
"format": "string",
"name": "AIKO_PERSONA_ID"
},
{
"description": "Path to a User Profile JSON file",
"format": "filepath",
"name": "AIKO_USER_PROFILE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment