Ikuna for Cursor
io.github.robertohanas/ikuna-mcp
Read workspace context and activity from the running Ikuna macOS app, with app-managed permissions.
client:Cursor
transport:stdio
runtime:npm
Install Ikuna in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ikuna-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ikuna-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs