Ikuna for VS Code
io.github.robertohanas/ikuna-mcp
Read workspace context and activity from the running Ikuna macOS app, with app-managed permissions.
client:VS Code
transport:stdio
runtime:npm
Install Ikuna in VS Code
.vscode/mcp.json
{
"servers": {
"ikuna-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ikuna-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs