digital-mcp-server

NeuronCState/digital-mcp-server
★ 0 stars Python Code/Dev Tools Updated 1d ago
MCP server for building, testing and opening Digital logic circuits
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "digital-mcp-server": {
      "command": "uvx",
      "args": [
        "digital-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install digital-mcp-server