Flutter Senior
БесплатноНе проверенProvides Flutter best practices, code analysis, and state management recommendations for senior developers.
Описание
Provides Flutter best practices, code analysis, and state management recommendations for senior developers.
README
A Model Context Protocol (MCP) server designed for Flutter senior developers, providing high-quality resources, code analysis tools, and architectural guidance.
Features
- Resources: In-depth markdown guides on Flutter best practices, architecture patterns, design systems, deployment, and testing.
- Tools:
analyze_flutter_code: Analyzes Dart/Flutter code for anti-patterns and improvement opportunities.suggest_state_management: Recommends the best state management solution based on project complexity and team experience.
- Optimized: Multi-stage Docker build resulting in a minimal 18.2 MB image.
Getting Started
Prerequisites
- Docker installed on your machine.
- An MCP-compatible client (like Antigravity).
Running with Docker
Pull the image:
docker pull lvmp7/mcp-flutter-senior:latestRun the container: The server communicates via
stdio, so it should be launched by your LLM client.
Manual Configuration
To use this server in your MCP client (e.g., mcp_config.json), add the following entry:
{
"mcpServers": {
"flutter-senior": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"lvmp7/mcp-flutter-senior:latest"
]
}
}
}
Local Development
Requirements
- Go 1.23 or higher
Build and Run
Initialize and tidy modules:
go mod tidyRun locally:
go run main.goBuild image locally:
docker build -t lvmp7/mcp-flutter-senior:latest .
License
MIT
Установка Flutter Senior
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/lvmp/mcp-flutter-seniorFAQ
Flutter Senior MCP бесплатный?
Да, Flutter Senior MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Flutter Senior?
Нет, Flutter Senior работает без API-ключей и переменных окружения.
Flutter Senior — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Flutter Senior в Claude Desktop, Claude Code или Cursor?
Открой Flutter Senior на 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
автор: mcpdotdirectCompare Flutter Senior with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
