AgentHubAgentHub

p4plan-mcp

MCP ServerMCP Registry官方收录

io.github.perforce/p4plan-mcp · v2026.2.1

MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.

概览

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

安装

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

{
  "mcpServers": {
    "p4plan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@perforce/p4plan-mcp"
      ],
      "env": {
        "P4PLAN_API_AUTH_TOKEN": "<P4PLAN_API_AUTH_TOKEN>"
      }
    }
  }
}

环境变量

P4PLAN_API_AUTH_TOKEN必填secret

JWT bearer token for the P4 Plan GraphQL API. Forwarded as Authorization on every tool call.

P4PLAN_API_URL可选

URL of the P4 Plan GraphQL API (default: http://localhost:4000).

P4PLAN_ALLOW_SELF_SIGNED_CERTS可选

Set to 'true' to accept self-signed TLS certificates from the GraphQL API. Default: false.

P4PLAN_API_AUTH_TOKEN必填secret

JWT bearer token for the P4 Plan GraphQL API. Forwarded as Authorization on every tool call.

P4PLAN_API_URL可选

URL of the P4 Plan GraphQL API (default: http://localhost:4000).

P4PLAN_ALLOW_SELF_SIGNED_CERTS可选

Set to 'true' to accept self-signed TLS certificates from the GraphQL API. Default: false.

相关资源

统一 Manifest

{
  "id": "io.github.perforce/p4plan-mcp",
  "type": "mcp-server",
  "version": "2026.2.1",
  "displayName": "p4plan-mcp",
  "description": "MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.",
  "repository": {
    "url": "https://github.com/perforce/p4plan-mcp.git",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@perforce/p4plan-mcp",
        "version": "2026.2.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "P4PLAN_API_AUTH_TOKEN",
            "description": "JWT bearer token for the P4 Plan GraphQL API. Forwarded as Authorization on every tool call.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "P4PLAN_API_URL",
            "description": "URL of the P4 Plan GraphQL API (default: http://localhost:4000)."
          },
          {
            "name": "P4PLAN_ALLOW_SELF_SIGNED_CERTS",
            "description": "Set to 'true' to accept self-signed TLS certificates from the GraphQL API. Default: false."
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "docker.io/perforce/p4plan-mcp:2026.2.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "P4PLAN_API_AUTH_TOKEN",
            "description": "JWT bearer token for the P4 Plan GraphQL API. Forwarded as Authorization on every tool call.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "P4PLAN_API_URL",
            "description": "URL of the P4 Plan GraphQL API (default: http://localhost:4000)."
          },
          {
            "name": "P4PLAN_ALLOW_SELF_SIGNED_CERTS",
            "description": "Set to 'true' to accept self-signed TLS certificates from the GraphQL API. Default: false."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.perforce/p4plan-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.perforce%2Fp4plan-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
p4plan-mcp — MCP Server 安装与配置 · AgentHub