HomeKnowledge & Memory › KLYPIX Project Brain

KLYPIX Project Brain

Active state management for multi-agent coding: a shared, versioned project brain over MCP.

TypeScript Local macOSWindowsLinux
★ 8 stars Last pushed 2026-09-19 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.86.2)

npx -y klypix-mcp@1.86.2

Or add to your MCP client config:

{
  "mcpServers": {
    "klypix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "klypix-mcp@1.86.2"
      ],
      "env": {
        "KLYPIX_VAULT": "<YOUR_VALUE>"
      }
    }
  }
}
  • KLYPIX_VAULT — Alternative to --vault: absolute path to the folder holding your .klypix canvases. The --vault argument takes precedence.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry