← Browse

@paean-ai/openpaean

MCP server package openpaean

mcp_servermcp

Install

agr install @paean-ai/openpaean --target claude

This artifact does not publish files for Claude.

Document

{ "name": "openpaean", "version": "0.7.16", "description": "Open source AI agent CLI with executor framework (a8e, Claude Code), gateway relay, MCP support, and scrolling TUI", "author": "Paean AI dev@paean.ai", "license": "MIT", "type": "module", "bin": { "openpaean": "dist/cli.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "bun run tsc", "build:watch": "bun run tsc --watch", "dev": "bun run src/cli.ts", "clean": "rm -rf dist", "prepublishOnly": "bun run clean && bun run build", "lint": "eslint src/**/*.ts", "test": "bun test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "axios": "^1.7.9", "chalk": "^5.4.1", "cli-highlight": "^2.1.11", "commander": "^14.0.3", "conf": "^13.1.0", "ink": "^6.6.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "log-update": "^8.0.0", "marked": "^17.0.1", "marked-terminal": "^7.3.0", "open": "^11.0.0", "ora": "^8.1.1", "qrcode-terminal": "^0.12.0", "react": "^19.2.3" }, "devDependencies": { "@types/node": "^25.5.2", "@types/qrcode-terminal": "^0.12.2", "@types/react": "^19.2.8", "tsx": "^4.19.2", "typescript": "^6.0.2", "vitest": "^4.1.3" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/paean-ai/openpaean.git" }, "keywords": [ "openpaean", "paean", "ai", "cli", "tui", "mcp", "model-context-protocol", "agent", "shell", "custom-mcp", "fullscreen", "gateway", "executor", "a8e", "claude-code" ], "homepage": "https://github.com/paean-ai/openpaean", "bugs": { "url": "https://github.com/paean-ai/openpaean/issues" } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-0e4e42e41a7d2026-08-05