{
  "markdown": "<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/aurekai/aurekai/main/assets/aurekai-logo.svg\" alt=\"Aurekai\" width=\"520\" />\n</p>\n\n# `@aurekai/mcp` — Aurekai MCP Server\n\n**`0.8.0-alpha.5`** · capability-native · zero dependencies · stdio + Streamable HTTP\n\nExposes all 9 Aurekai capability families (111 commands) as MCP tools with full protocol-level features:\ntool annotations, resource pagination, named prompts, `_meta` proof propagation, and embedded resource outputs.\n\n## Install\n\n```bash\nnpm install -g @aurekai/mcp\n```\n\n## Usage\n\n### stdio (default — for Claude Desktop, Cursor, etc.)\n\n```jsonc\n// claude_desktop_config.json\n{\n  \"mcpServers\": {\n    \"aurekai\": {\n      \"command\": \"aurekai-mcp\"\n    }\n  }\n}\n```\n\n### Streamable HTTP (optional)\n\n```bash\nAKAI_MCP_HTTP_PORT=3100 aurekai-mcp\n# POST JSON-RPC to http://127.0.0.1:3100/mcp\n```\n\n## Protocol Surface\n\n| Feature | Status |\n|---|---|\n| `tools/list` — 89 operators across 9 capability families | ✅ |\n| Tool annotations (`readOnlyHint`, `destructiveHint`, `idempotentHint`) | ✅ |\n| `resources/list` — 13 `aurekai://` resource URIs | ✅ |\n| `resources/read` — live reads for runtime/capabilities, queue/stats, models | ✅ |\n| Resource pagination (`nextCursor`) | ✅ |\n| Resource subscriptions (acknowledge) | ✅ |\n| `prompts/list` + `prompts/get` — 8 named capability prompts | ✅ |\n| `_meta` proof propagation on tool call results | ✅ |\n| Embedded resource outputs for proof-emitting tools | ✅ |\n| `logging` server capability | ✅ |\n| Streamable HTTP transport (`AKAI_MCP_HTTP_PORT`) | ✅ |\n\n## Capability Families\n\n| Family | Operators | Examples |\n|---|---|---|\n| `runtime` | 11 | `akai_api`, `akai_queue`, `akai_workflow` |\n| `commerce` | 11 | `akai_gate`, `akai_pay`, `akai_ledger` |\n| `intake` | 12 | `akai_transcribe`, `akai_ingest`, `akai_segment` |\n| `memory` | 11 | `akai_fpq`, `akai_fpqx`, `akai_embed`, `akai_vec` |\n| `proof` | 8 | `akai_proof`, `akai_canon`, `akai_graph`, `akai_hash` |\n| `reason` | 5 | `akai_reason`, `akai_physics`, `akai_flow`, `akai_learn` |\n| `wire` | 5 | `akai_tel`, `akai_wire`, `akai_moq`, `akai_net` |\n| `publish` | 9 | `akai_brief`, `akai_narrate`, `akai_pack`, `akai_distribute` |\n| `substrate` | 17 | `akai_capability`, `akai_space`, `akai_compress` |\n\n## Named Prompts\n\n| Prompt | Description |\n|---|---|\n| `turn-this-call-into-a-deliverable` | audio → transcribe → brief → deliverable |\n| `inspect-this-artifact-lineage` | Resolve full Merkle lineage for an artifact |\n| `build-a-model-memory-pack` | FPQ compress + roundtrip + export memory pack |\n| `compare-these-reasoning-branches` | Dual branch diff with recommendation |\n| `generate-client-invoice-from-usage` | Metering records → invoice |\n| `produce-wire-device-report` | PCAP → SIP event + device report |\n| `run-a-release-gate` | proof validate + manifest verify + SLI auto-run |\n| `make-a-client-brief-from-this-audio` | audio → transcript → structured client brief |\n\n## Resources (`aurekai://` URIs)\n\n`aurekai://runtime/capabilities` · `aurekai://queue/stats` · `aurekai://ledger/portfolio`\n`aurekai://models` · `aurekai://model-memory` · `aurekai://features/{artifact}`\n`aurekai://proof/{id}` · `aurekai://graph/{node}/lineage` · `aurekai://space/{name}`\n`aurekai://wire/{capture_id}` · `aurekai://project/{id}` · `aurekai://invoice/{id}` · `aurekai://cms/{entry_id}`\n\n## Runtime Requirement\n\nTools require the `akai` binary on `PATH` (from [aurekai/native-runtime](https://github.com/aurekai/native-runtime))\nor set `AKAI_BIN=/path/to/akai`. Without it, tools return a clear error message — no crash.\n\n## Registry Targets\n\n- [Smithery](https://smithery.ai/server/io.github.aurekai/aurekai-mcp)\n- [Glama](https://glama.ai)\n- [Official MCP Registry](https://mcp.so)\n- PulseMCP\n",
  "bytes": 3751,
  "sha": "9887b7b039e9fd5d520c25a1d388e5e2f45a9ec5ac661b5c592333a06f524235",
  "repo_slug": "aurekai/aurekai-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aurekai_aurekai_mcp_10b46718/readme"
}