@oh-my-trace/mcp
v0.1.1
Published
MCP server package for oh-my-trace.
Readme
@oh-my-trace/mcp
MCP server for oh-my-trace.
Install:
npm install -g @oh-my-trace/mcpRun:
oh-my-trace-mcpGeneric MCP client config:
{
"mcpServers": {
"oh-my-trace": {
"command": "oh-my-trace-mcp"
}
}
}The server uses the same local home as the CLI:
~/.omtTools
initialize_storeprepares the local home, config, SQLite store, and source registry.doctorreports source roots, SQLite availability, and supported agents.list_agentslists supported and experimental source adapters.list_sourceslists configured sources and enabled state.collect_historyingests local history withsource,since, anduntilfilters.ingest_statusreports store counts and recent ingest runs.search_events,list_sessions, andget_sessionread normalized history.export_context_packcreates AI-readable exports from collected events.
