AgentHubAgentHub

PAPI — Persistent Agentic Planning Intelligence

MCP ServerMCP Registry官方收录

io.github.cathalos92/papi · v0.7.12

Structured AI project planning: cycles, tasks, strategy reviews, and build handoffs.

概览

PAPI — Persistent Agentic Planning Intelligence 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "papi": {
      "command": "npx",
      "args": [
        "-y",
        "@papi-ai/server"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.cathalos92/papi",
  "type": "mcp-server",
  "version": "0.7.12",
  "displayName": "PAPI — Persistent Agentic Planning Intelligence",
  "description": "Structured AI project planning: cycles, tasks, strategy reviews, and build handoffs.",
  "repository": {
    "url": "https://github.com/cathalos92/papi-ui",
    "source": "github"
  },
  "homepage": "https://getpapi.ai",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@papi-ai/server",
        "version": "0.7.12",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.cathalos92/papi",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cathalos92%2Fpapi/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
PAPI — Persistent Agentic Planning Intelligence — MCP Server 安装与配置 · AgentHub