Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Anvil Lite

БесплатноНе проверен

A minimal starting point for a Model Context Protocol server with stdio transport and one tool, enabling quick setup and custom tool addition.

GitHubEmbed

Описание

A minimal starting point for a Model Context Protocol server with stdio transport and one tool, enabling quick setup and custom tool addition.

README

A minimal, correct starting point for a Model Context Protocol server in TypeScript — stdio transport, one tool, on the stable SDK. Clone it, wire it into Claude Desktop, and you have a working MCP server in minutes.

npm install
npm run build
npm start          # runs the stdio server
npm test

Use it with Claude Desktop

{
  "mcpServers": {
    "anvil-lite": { "command": "node", "args": ["/absolute/path/to/mcp-anvil-lite/dist/stdio.js"] }
  }
}

Add your own tool: copy the echo block in src/server.ts, change the Zod schema + handler. Done.


Going to production? → MCP Anvil Pro

This lite kit is deliberately minimal. When you need to ship, the Pro kit hands you the parts that take a week to get right — and the security gotchas most tutorials quietly skip:

Lite (this) Pro
stdio transport
Streamable HTTP transport
Auth — API key + OAuth (JWKS)
Example tools 1 4 (with SSRF / path-traversal / SQLi guards)
DNS-rebinding protection
Request-size / response caps
Docker + deploy configs
Protocol integration test suite basic full
Zero-to-deployed guide

Ship a production MCP server in an hour, not a week → mcpanvil.dev

License

MIT — use it freely.

from github.com/MichaelCPHP/mcp-anvil-lite

Установка Anvil Lite

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/MichaelCPHP/mcp-anvil-lite

FAQ

Anvil Lite MCP бесплатный?

Да, Anvil Lite MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Anvil Lite?

Нет, Anvil Lite работает без API-ключей и переменных окружения.

Anvil Lite — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Anvil Lite в Claude Desktop, Claude Code или Cursor?

Открой Anvil Lite на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Anvil Lite with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development