mcp-devtools-server

qiulaozhou/mcp-devtools-server
★ 0 stars Python AI/LLM Updated 1mo ago
展示如何把 GitHub/CI/数据库封装成 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": {
    "mcp-devtools-server": {
      "command": "uvx",
      "args": [
        "mcp-devtools-server"
      ]
    }
  }
}

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