← Back to Plugins
MCP Server MCP

Perforce P4 MCP Server

github By github 👁 1 views ▲ 0 votes

Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.

Homepage Verified source GitHub

Install

oci:ghcr.io/perforce/p4mcp-server:2026.3.2996147

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/perforce/p4mcp-server:2026.3.2996147",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Perforce server address (e.g. ssl:perforce.example.com:1666)",
          "name": "P4PORT"
        },
        {
          "description": "Perforce username",
          "name": "P4USER"
        },
        {
          "description": "Perforce workspace/client name",
          "name": "P4CLIENT"
        },
        {
          "description": "Perforce password or ticket",
          "name": "P4PASSWD"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...