Cousin-In-The-City

ArnabKrJana/Cousin-In-The-City
★ 0 stars Kotlin AI/LLM Updated today
CousinInTheCity provides a unified, conversational Android application. It acts as a Multi-Agent System where a central Agent Orchestrator delegates tasks to specialized AI tools (via MCP servers) to provide tailored guidance, just like asking a trusted relative who already lives there.
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": {
    "cousin-in-the-city": {
      "command": "npx",
      "args": [
        "-y",
        "ArnabKrJana/Cousin-In-The-City"
      ]
    }
  }
}