kwikledgers-mcp-servers

marcosambra/kwikledgers-mcp-servers
★ 0 stars Python AI/LLM Updated 12d ago
Shared Python MCP runtime and all MCP servers used by the agent.
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": {
    "kwikledgers-mcp-serv": {
      "command": "uvx",
      "args": [
        "kwikledgers-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install kwikledgers-mcp-servers