server

mcp-z/server
★ 0 stars TypeScript Memory/Knowledge Updated today
Shared utilities and server orchestration for building MCP (Model Context Protocol) servers
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": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-z/server"
      ]
    }
  }
}