← Back to Plugins
MCP Server MCP

io.github.JonahAlexanian/cpfs-mcp

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

CPFS Runner as an MCP server — deterministic AI coding guardrails via a compiled WASM core.

Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cpfs-mcp",
      "version": "1.1.31",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the workspace root CPFS will manage (defaults to the current working directory)",
          "format": "string",
          "name": "CPFS_WORKSPACE"
        },
        {
          "description": "Port for the CPFS dashboard web UI (defaults to 8765)",
          "format": "string",
          "name": "CPFS_DASHBOARD_PORT"
        },
        {
          "description": "Set to '1' to enable verbose debug logging",
          "format": "string",
          "name": "CPFS_DEBUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...