blackmatter-anvil

pleme-io/blackmatter-anvil
★ 0 stars Nix 🤖 AI/LLM Updated 1d ago
Shared AI coding agent infrastructure — define MCP servers once, deploy to every agent
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": {
    "blackmatter-anvil": {
      "command": "npx",
      "args": [
        "-y",
        "pleme-io/blackmatter-anvil"
      ]
    }
  }
}