Aiko runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 3 Aug 2026.
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(bin, ["app-server"], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add aiko -- npx -y aiko-mcp
{
"mcpServers": {
"aiko": {
"args": [
"-y",
"aiko-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.aiko]
command = "npx"
args = ["-y", "aiko-mcp"]
{
"mcpServers": {
"aiko": {
"args": [
"-y",
"aiko-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"aiko": {
"args": [
"-y",
"aiko-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
AIKO_HOME (Where personas and user context live. Defaults to ~/.aiko), AIKO_PERSONA_ID (Which persona to load. Defaults to aiko), AIKO_USER_PROFILE (Path to a User Profile JSON file).
The author declared them in the registry entry; get the values from the project itself.
OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.
Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.
Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.
One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents
No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
Answers built from our own checks of this server.