From zero to first insight
Getting started
Ogham runs locally and connects to your agent over the Model Context Protocol (MCP). Four steps and you’re set.
1 · Download
Get the Windows installer.
2 · Setup
Run it — service + web UI.
3 · Config
Connect Ogham via MCP.
4 · Try it
Run your first query.
1 · Download
Grab the Windows installer from the Downloads page.
2 · Setup
Run the installer. It sets up the local Ogham service and the web UI — no extra dependencies to install.
3 · Config (connect via MCP)
Register Ogham as an MCP server in your agent’s configuration:
{
"mcpServers": {
"ogham": {
"command": "ogham",
"args": ["--mcp"]
}
}
}
Adjust the command/path to match your installation. After connecting, the Ogham tools become available to your agent.
4 · Try it
Open the local web UI, then let your agent run its first query
before a decision and submit an episode afterwards. Watch your knowledge graph
grow. For everything else — every tool, the graph, scoring — open
Help right inside the app.