Cpfs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 606 installs a week from npm.
CPFS Runner as an MCP server — deterministic AI coding guardrails via a compiled WASM core.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cpfs-mcp -- npx -y cpfs-mcp
{
"mcpServers": {
"cpfs-mcp": {
"args": [
"-y",
"cpfs-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.cpfs-mcp]
command = "npx"
args = ["-y", "cpfs-mcp"]
{
"mcpServers": {
"cpfs-mcp": {
"args": [
"-y",
"cpfs-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cpfs-mcp": {
"args": [
"-y",
"cpfs-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.