Skip to main content
Glama
stephangopaul

MTDevKit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_flutter_projectA

Scaffold a new Flutter project from the custom clean-architecture template.

Runs the full 11-step setup:

  1. Install/update app_starter_plus

  2. Clone template & rename project

  3. Initialise Git (+ hooks if present)

  4. Install Flutter dependencies

  5. Generate localisations

  6. Update flavorizr.yaml with project name & org

  7. Commit all files before flavorizr

  8. Generate flavors (flavorizr)

  9. Revert main.dart & app.dart (overwritten by flavorizr)

  10. Create config files (dev / uat / prod)

  11. Configure Android build (desugaring, HMS, ProGuard)

Automatically detects fvm; falls back to plain flutter/dart if fvm is not installed. Returns the absolute path to the ready-to-develop project.

NOTE: This tool does NOT ask for confirmation — it runs immediately. Use dry_run=true first if you want to preview the plan before executing.

list_flutter_projectsB

List Flutter projects in a given directory (looks for pubspec.yaml).

get_project_infoB

Get details about an existing Flutter project (pubspec, flavors, config files, etc.).

Prompts

Interactive templates invoked by user choice

NameDescription
create-flutter-projectScaffold a new Flutter project from the MT clean-architecture template
list-flutter-projectsList all Flutter projects in a directory
project-infoGet details about an existing Flutter project

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stephangopaul/MTDevKit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server