mcp-server

Tarika06/mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated today
An 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": {
      "command": "npx",
      "args": [
        "-y",
        "Tarika06/mcp-server"
      ]
    }
  }
}

README Excerpt

Minimal template for learning NitroStack fundamentals with a calculator-focused MCP server and basic widgets. - `calculator` module with tools, resources, and prompts - TypeScript + Zod validation setup - Widget-ready project structure - Production-friendly npm scripts ```bash npx @nitrostack/cli init my-server --template typescript-starter