AIRP

GhostXia/AIRP
★ 0 stars Rust AI/LLM Updated 12d ago
AIRP — AI Roleplay Platform monorepo: state-protocol + gateway + mcp-server + core + ui (unified Cargo workspace)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "airp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "AIRP"
      ]
    }
  }
}

README Excerpt

> **A**I **R**oleplay **P**latform — 一个整合仓库,把 AIRP 生态的四个独立模块收拢进单一 Cargo workspace,统一版本、统一依赖、统一构建。 AIRP 是一套面向 AI 角色扮演(RP)的乐高式平台。每个模块只做一件事,通过明确定义的协议契约彼此解耦。本仓库把它们合并到一个 monorepo 里,方便整体构建、联调与发布,同时保留各模块原本可独立使用的特性。 ```text ┌────────────┐ State Protocol ┌─────────────┐ MCP (stdio/HTTP) ┌────────────────┐

Tools (2)

coregateway