mcp-server-lab

Louis-Diggs-AI-Platform-Labs/mcp-server-lab
★ 0 stars TypeScript Memory/Knowledge Updated 6d ago
reference implementation of a Model Context Protocol (MCP) server
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-lab": {
      "command": "npx",
      "args": [
        "-y",
        "Louis-Diggs-AI-Platform-Labs/mcp-server-lab"
      ]
    }
  }
}