AIRP — AI Roleplay Platform monorepo: state-protocol + gateway + mcp-server + core + ui (unified Cargo workspace)
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"
]
}
}
}
Run in terminal:
claude mcp add airp cargo run -- AIRP
Add to .cursor/mcp.json:
{
"mcpServers": {
"airp": {
"command": "cargo",
"args": [
"run",
"--",
"AIRP"
]
}
}
}