Get up and running in minutes
Version: v0.4.1 (latest release)
Clone the repository and build the CLI:
Create your MCP server project (non-interactive or interactive):
Flags:
--name, -n Project name--language, -l Programming language (golang, python, java, javascript/Node.js)--transport, -t Transport method (stdio, rest, websocket)--docker, -d Include Docker support--examples, -e Include example resources and tools--output, -o Output directory (default: project name)--force, -f Overwrite existing directoryStart building your MCP server:
Validate your server works correctly:
Flags:
--config, -c Path to MCP configuration file--all Test all components (resources, tools, capabilities, init)--resources Test resources--tools Test tools--capabilities Test capabilities--init Test initialization--script, -f Path to test script fileRun tests with -cover and keep coverage above 85%.
--verbose, -v Enable verbose output--quiet, -q Suppress output