mcp-aurekai
Official@aurekai/mcp — Aurekai MCP Server
0.8.0-alpha.5 · capability-native · zero dependencies · stdio + Streamable HTTP
Exposes all 9 Aurekai capability families (111 commands) as MCP tools with full protocol-level features:
tool annotations, resource pagination, named prompts, _meta proof propagation, and embedded resource outputs.
Install
npm install -g @aurekai/mcpUsage
stdio (default — for Claude Desktop, Cursor, etc.)
// claude_desktop_config.json
{
"mcpServers": {
"aurekai": {
"command": "aurekai-mcp"
}
}
}Streamable HTTP (optional)
AKAI_MCP_HTTP_PORT=3100 aurekai-mcp
# POST JSON-RPC to http://127.0.0.1:3100/mcpProtocol Surface
Feature | Status |
| ✅ |
Tool annotations ( | ✅ |
| ✅ |
| ✅ |
Resource pagination ( | ✅ |
Resource subscriptions (acknowledge) | ✅ |
| ✅ |
| ✅ |
Embedded resource outputs for proof-emitting tools | ✅ |
| ✅ |
Streamable HTTP transport ( | ✅ |
Capability Families
Family | Operators | Examples |
| 11 |
|
| 11 |
|
| 12 |
|
| 11 |
|
| 8 |
|
| 5 |
|
| 5 |
|
| 9 |
|
| 17 |
|
Named Prompts
Prompt | Description |
| audio → transcribe → brief → deliverable |
| Resolve full Merkle lineage for an artifact |
| FPQ compress + roundtrip + export memory pack |
| Dual branch diff with recommendation |
| Metering records → invoice |
| PCAP → SIP event + device report |
| proof validate + manifest verify + SLI auto-run |
| audio → transcript → structured client brief |
Resources (aurekai:// URIs)
aurekai://runtime/capabilities · aurekai://queue/stats · aurekai://ledger/portfolio
aurekai://models · aurekai://model-memory · aurekai://features/{artifact}
aurekai://proof/{id} · aurekai://graph/{node}/lineage · aurekai://space/{name}
aurekai://wire/{capture_id} · aurekai://project/{id} · aurekai://invoice/{id} · aurekai://cms/{entry_id}
Runtime Requirement
Tools require the akai binary on PATH (from aurekai/native-runtime)
or set AKAI_BIN=/path/to/akai. Without it, tools return a clear error message — no crash.