The drift harness as an MCP server. Offline, no key — a fixed reference an agent checks against.
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).
Run
uvx laserbrain
MCP client config
{
"mcpServers": {
"laserbrain": {
"command": "uvx",
"args": [
"laserbrain"
]
}
}
}