Kettle
БесплатноНе проверенA TUI tool for selecting APIS and deterministically generating an MCP Server
Описание
A TUI tool for selecting APIS and deterministically generating an MCP Server
README
Turn routes from APIs into an MCP server.
License: Apache-2.0 Version: 0.1.0 Language: Go

What's in it for you
- Find API routes without running or importing the source project.
- Review discovered routes before exposing anything.
- Search, select, or clear routes from an interactive terminal checklist.
- Generate a standalone Go MCP server with only the routes you chose.
- Keep credentials out of generated source.
Features
- Static route discovery across supported backend frameworks.
- Recursive router, mount, and prefix resolution.
- Visibility for routes whose parameter schemas are not ready for generation.
- Support for
GET,POST,PUT,PATCH,DELETE,OPTIONS, andHEAD. - Primitive string, integer, float, and boolean path and query parameters.
- Deterministic MCP server generation.
- Optional upstream
Authorizationheader forwarding. - Safe cancellation and refusal to overwrite an existing output directory.
Quick Start
Install Go 1.24 or newer, then run Kettel against a supported API project:
go run ./cmd/mcp-kettel \
--input /path/to/api-project \
--output ./generated-mcp
Try the included example:
go run ./cmd/mcp-kettel \
--input ./example/sample-project \
--output ./generated-mcp
The checklist starts with every ready route selected. Routes marked with × were discovered but need parameter-schema support before generation. Use g to cycle grouping by source file, HTTP method, or route prefix. Groups start collapsed; highlight a group and press space to expand or collapse it. Once expanded, use space on a ready route to toggle one, a to select all ready routes, n to clear all, / to filter, enter to generate, or esc to cancel.
| Group large route sets | Filter matching APIs |
|---|---|
![]() |
![]() |
Run the generated server beside the running source application:
cd generated-mcp
MCP_API_BASE_URL=http://127.0.0.1:8000 go run .
For an authenticated API, set the complete header value:
MCP_API_AUTHORIZATION="Bearer $TOKEN" \
MCP_API_BASE_URL=http://127.0.0.1:8000 \
go run .
If --output is omitted, Kettel writes to <input>/mcp-server.
Kettel initially supports FastAPI and Express. Contributions that add more backend frameworks are welcome. See Contributing.
Documentation
License
Apache License 2.0. See LICENSE.
Установка Kettle
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Jay-1409/mcp-kettleFAQ
Kettle MCP бесплатный?
Да, Kettle MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kettle?
Нет, Kettle работает без API-ключей и переменных окружения.
Kettle — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Kettle в Claude Desktop, Claude Code или Cursor?
Открой Kettle на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Kettle with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development


