Open Source

OpenPaean

The open-source Paean CLI. Connect to your Paean Agent with a scrolling terminal UI, local MCP servers, and full privacy.

Star on GitHubMIT License
$npx openpaean

or install globally

npm install -g openpaeanbun add -g openpaean

Scrolling TUI

A clean, scrolling terminal interface inspired by Claude Code. Markdown rendering, syntax highlighting, and streaming output.

Local MCP Servers

Configure and connect to local MCP servers for tool calling. Full Model Context Protocol support built in.

Privacy First

All credentials stored locally. No telemetry. Full control over your data and API endpoints.

Open Source

MIT licensed. Inspect the code, contribute features, or fork it for your own use. Community-driven development.

openpaean
┌─────────────────┐     ┌─────────────────┐     ┌─────────────────┐
│   You (CLI)     │────▶│   API Backend   │────▶│   AI Agent      │
│   (Terminal)    │     │                 │     │   (ADK)         │
└─────────────────┘     └─────────────────┘     └─────────────────┘
         │                       │                       │
         │                       │ SSE: mcp_tool_call    │
         ▼                       ▼                       │
┌─────────────────┐◀────────────────────────────────────┘
│  Local MCP      │
│  Servers        │ ← Executes locally, returns result
└─────────────────┘

OpenPaean

paean-ai/openpaean