MCP-Server-Tool-Ask

m-doughty/MCP-Server-Tool-Ask
★ 0 stars Raku Code/Dev Tools Updated 6d ago
Ask-the-user tool for MCP::Server, built on server-side elicitation
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-server-tool-ask": {
      "command": "npx",
      "args": [
        "-y",
        "m-doughty/MCP-Server-Tool-Ask"
      ]
    }
  }
}