Skip to content
Cursor

emulo for Cursor

io.github.ohad6k/emulo

Mine your local AI coding session logs into a profile your agent loads before every task.

client:Cursor transport:stdio runtime:pypi

Install emulo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "emulo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "emulo"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

emulo in other clients