basic-mcp-server-js

Amanprof90/basic-mcp-server-js
★ 0 stars JavaScript Memory/Knowledge Updated 3d ago
Custom mcp(Model Context Protocol) server with basic tools to understand the mcp system.
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": {
    "basic-mcp-server-js": {
      "command": "npx",
      "args": [
        "-y",
        "Amanprof90/basic-mcp-server-js"
      ]
    }
  }
}