Home › Version Control › Perforce P4 MCP Server
Perforce P4 MCP Server
Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/perforce/p4mcp-server:2026.3.2996147
Or add to your MCP client config:
{
"mcpServers": {
"p4mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.3.2996147"
],
"env": {
"P4PORT": "<YOUR_VALUE>",
"P4USER": "<YOUR_VALUE>",
"P4CLIENT": "<YOUR_VALUE>",
"P4PASSWD": "<YOUR_VALUE>"
}
}
}
}
P4PORT— Perforce server address (e.g. ssl:perforce.example.com:1666)P4USER— Perforce usernameP4CLIENT— Perforce workspace/client nameP4PASSWD— Perforce password or ticket
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.hjain-perforce/p4mcp-server
Related servers
GitHub
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
mcp-server-azure-devops
Azure DevOps integration for repository management, work items, and pipelines.
mcp-git-ingest
Read and analyze GitHub repositories with your LLM
cynical-sally
Brutally honest code reviews: scores, real issues, and usable fixes. CLI + MCP server.
gitlab-mr-mcp
Interact seamlessly with issues and merge requests of your GitLab projects.
crg
Token-efficient code review knowledge graph: semantic search and call-graph resolution.
Data from the Official MCP Registry