slowmcp

LeeFlannery/slowmcp
★ 0 stars TypeScript Code/Dev Tools Updated 6d ago
Blazingly adequate. A framework for building, testing, and shipping MCP servers. Written in CoffeeScript.
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": {
    "slowmcp": {
      "command": "npx",
      "args": [
        "-y",
        "LeeFlannery/slowmcp"
      ]
    }
  }
}

README Excerpt

**Blazingly adequate.** A modern framework for building, testing, and shipping MCP servers. Written in CoffeeScript. FastMCP already exists. ```js import { createServer, text } from 'slowmcp' import * as z from 'zod' export const app = createServer({ name: 'hello-tool', version: '1.0.0' }) app.tool({

Tools (2)

Leegreet