dms-ai-client

mergi72/dms-ai-client
★ 0 stars Python AI/LLM Updated today
Local modular AI client for the read-only DMS MCP server.
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": {
    "dms-ai-client": {
      "command": "uvx",
      "args": [
        "dms-ai-client"
      ]
    }
  }
}

Or install with pip: pip install dms-ai-client