Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@MrAliHasan MrAliHasan released this 20 Feb 23:08
· 47 commits to main since this release

⚒️ MCP-Maker v0.1.0

Auto-generate MCP servers from any data source. Zero code required.

Features

  • CLI with 4 commands: init, inspect, serve, list-connectors
  • SQLite connector: inspects tables, columns, types, PKs, row counts
  • File connector: CSV/JSON → tables, text files → resources
  • Code generator: produces complete FastMCP server with 5 tools per table
    • list, get_by_pk, search, count, schema
  • Rich terminal output with tables and status spinners
  • Connector registry pattern for easy community contributions

Install

pip install mcp-maker

Quick Start

mcp-maker init sqlite:///my.db
mcp-maker serve