Perforce P4 MCP Server for Cline
io.github.perforce/p4mcp-server
Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.
client:Cline
transport:stdio
runtime:oci
Install Perforce P4 MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"p4mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.3.2996147"
],
"env": {
"P4PORT": "<P4PORT>",
"P4USER": "<P4USER>",
"P4CLIENT": "<P4CLIENT>",
"P4PASSWD": "<P4PASSWD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs