What is the io.github.ohad6k/emulo MCP server?
Mine your local AI coding session logs into a profile your agent loads before every task.
How to install io.github.ohad6k/emulo
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"emulo": {
"command": "uvx",
"args": [
"emulo",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"emulo": {
"command": "uvx",
"args": [
"emulo",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"emulo": {
"command": "uvx",
"args": [
"emulo",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"emulo": {
"type": "stdio",
"command": "uvx",
"args": [
"emulo",
"mcp"
]
}
}
}Claude Code
claude mcp add emulo -- uvx emulo mcpRelated MCP servers
VibeRaven MCP for production-readiness checks and Launch Autopilot next actions