p4mcp-server
p4mcp-server is a Python MCP server for Cursor, Windsurf, VS Code with docker. [Community Supported] Perforce P4 MCP Server is a Model Context Protocol (MCP) server that integrates with the Perforce P4 version control system.
How to use p4mcp-server
Install or run
docker run --rm -p 8000:8000 \Client configuration
{
"mcpServers": {
"perforce-p4-mcp": {
"command": "/absolute/path/to/p4-mcp-server",
"env": {
"P4PORT": "ssl:perforce.example.com:1666",
"P4USER": "your_username",
"P4CLIENT": "your_workspace"
},
"args": [
"--readonly", "--allow-usage"
]
}
}
}Compatible clients
What is p4mcp-server?
p4mcp-server is a Python MCP server for Cursor, Windsurf, VS Code with docker. [Community Supported] Perforce P4 MCP Server is a Model Context Protocol (MCP) server that integrates with the Perforce P4 version control system. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Shell commands support
- File editing support
- Document generation support
- Anthropic provider support
- Dockerfile config support
- Connecting agents to external tools and data
Available tools
Technical details
Install or run p4mcp-server using docker. Check perforce/p4mcp-server for the latest setup command.
- Built for Python
- Built for Docker
- Built for Rust
- Install or run with docker
- Works with Cursor
- Works with Windsurf
- Works with VS Code
- Uses stdio transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use p4mcp-server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is p4mcp-server?
p4mcp-server is a Python MCP server for Cursor, Windsurf, VS Code with docker. [Community Supported] Perforce P4 MCP Server is a Model Context Protocol (MCP) server that integrates with the Perforce P4 version control system.
Who is p4mcp-server best for?
p4mcp-server is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, cursor users.
How do I install p4mcp-server?
Install or run p4mcp-server using docker. Check p4mcp-server for the latest setup command.
Is p4mcp-server actively maintained?
p4mcp-server may need a closer maintenance check before production use.
Auto-fetched from GitHub.