mcp-task-server

antropovanikolitf/mcp-task-server
★ 0 stars TypeScript Security Updated 6d ago
Security-first Model Context Protocol server in TypeScript: zod-validated tools, append-only audit log, confirmation-gated deletes, 65 tests
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-task-server": {
      "command": "npx",
      "args": [
        "-y",
        "antropovanikolitf/mcp-task-server"
      ]
    }
  }
}