purse-first

amarbel-llc/purse-first
★ 0 stars MDX 🤖 AI/LLM Updated today
Nix-based package framework for Claude Code: bundles CLIs, MCP servers, and skills into composable plugins; ships go-mcp/rust-mcp libraries and a marketplace CLI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "purse-first": {
      "command": "npx",
      "args": [
        "-y",
        "amarbel-llc/purse-first"
      ]
    }
  }
}

README Excerpt

A package framework for bundling CLIs, MCP servers, and skills into composable, Nix-built packages for humans and agents like Claude Code. purse-first has three layers: | Layer | Description | |-------|-------------| | **Protocol** | A convention for Nix derivations to declare Claude Code capabilities via well-known paths under `share/purse-first/` |

Topics

claude-codegolangmcpnix-flakepackage-frameworkplugin-systemrust