cpfs-mcp
About
CPFS Runner as an MCP server — deterministic AI coding guardrails via a compiled WASM core.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CPFS_WORKSPACE CPFS_DASHBOARD_PORT CPFS_DEBUGClaude Code
claude mcp add --env CPFS_WORKSPACE= --env CPFS_DASHBOARD_PORT= --env CPFS_DEBUG= cpfs-mcp -- npx cpfs-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cpfs-mcp","command":"npx","args":["cpfs-mcp"],"env":{"CPFS_WORKSPACE":"","CPFS_DASHBOARD_PORT":"","CPFS_DEBUG":""}}'
JSON
{
"mcpServers": {
"cpfs-mcp": {
"command": "npx",
"args": [
"cpfs-mcp"
],
"env": {
"CPFS_WORKSPACE": "",
"CPFS_DASHBOARD_PORT": "",
"CPFS_DEBUG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.