← Back to Plugins
MCP Server MCP

io.github.masa-san-jp/aiko

github By github 👁 1 views ▲ 0 votes

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...