manas-cli

ninthhousestudios/manas-cli
★ 0 stars Rust AI/LLM Updated 4d ago
Ops CLI for manas — health checks, session warm-up, shutdown, HTTP MCP server. Harness adapters for Claude Code, Codex, Gemini
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "manas-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "manas-cli"
      ]
    }
  }
}

README Excerpt

Ops surface for the [manas](https://github.com/ninthhousestudios/manas) ecosystem. A single `manas` binary that ties the subsystems together for health checks, session lifecycle, and a composed HTTP MCP server. ```bash cargo install --path . ``` Check connectivity to all manas subsystems (chitta, yojana, sangha, smriti, sutra).

Topics

ai-agentsclaude-codeclimcprust