Odel
emulo

emulo

Local
@ohad6k280PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIemulov0.6.2

Run

uvx emulo

MCP client config

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