mcp-counter-server

Discordit142/mcp-counter-server
★ 0 stars Unknown language AI/LLM Updated 8d ago
MCP server providing stateful counter tools for AI assistants
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-counter-server": {
      "command": "npx",
      "args": [
        "-y",
        "Discordit142/mcp-counter-server"
      ]
    }
  }
}