← Index

Perforce P4 MCP Server

io.github.perforce/p4mcp-server·v2026.1.2933350·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "p4mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/perforce/p4mcp-server:2026.1.2933350"
      ],
      "env": {
        "P4PORT": "<p4port>",
        "P4USER": "<p4user>",
        "P4CLIENT": "<p4client>",
        "P4PASSWD": "<p4passwd>"
      }
    }
  }
}
§02  Environment variables
P4PORT

Perforce server address (e.g. ssl:perforce.example.com:1666)

P4USER

Perforce username

P4CLIENT

Perforce workspace/client name

P4PASSWD

Perforce password or ticket

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