mcp-tactics

nlink-jp/mcp-tactics
★ 0 stars Shell AI/LLM Updated 1d ago
Claude Code Skill: cross-cutting tactics book for nlink-jp's MCP servers — decision tables from input artifact to route, cross-server chains, and a four-tier escalation doctrine ranked by who can observe the query
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-tactics": {
      "command": "npx",
      "args": [
        "-y",
        "nlink-jp/mcp-tactics"
      ]
    }
  }
}