← Index

io.github.perforce/p4plan-mcp

io.github.perforce/p4plan-mcp·v2026.2.1·Other
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "p4plan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@perforce/p4plan-mcp"
      ],
      "env": {
        "P4PLAN_API_AUTH_TOKEN": "<your-p4plan_api_auth_token>",
        "P4PLAN_API_URL": "<p4plan_api_url>",
        "P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<p4plan_allow_self_signed_certs>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "p4plan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@perforce/p4plan-mcp"
      ],
      "env": {
        "P4PLAN_API_AUTH_TOKEN": "<your-p4plan_api_auth_token>",
        "P4PLAN_API_URL": "<p4plan_api_url>",
        "P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<p4plan_allow_self_signed_certs>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @perforce/p4plan-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "p4plan-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/perforce/p4plan-mcp:2026.2.1"
      ],
      "env": {
        "P4PLAN_API_AUTH_TOKEN": "<your-p4plan_api_auth_token>",
        "P4PLAN_API_URL": "<p4plan_api_url>",
        "P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<p4plan_allow_self_signed_certs>"
      }
    }
  }
}
§02  Environment variables
P4PLAN_API_AUTH_TOKEN
requiredsecret

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
requiredsecret

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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other