Skip to content

MCP server

The stratusos binary doubles as an MCP server over stdio, exposing the kernel’s audit surfaces as tools:

  • stratus_ledger_query
  • stratus_chain_verify
  • stratus_chain_head
  • stratus_metrics
{
"mcpServers": {
"stratus": {
"command": "./build/stratusos",
"args": ["mcp"],
"env": {
"GATEWAY_URL": "http://localhost:7070",
"GATEWAY_TOKEN": "stratus-dev-token-change-me"
}
}
}
}

The MCP process talks to a running kernel at GATEWAY_URL using GATEWAY_TOKEN, so start the kernel first (see the quick start).