mcp-flutter-senior
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-flutter-seniorRecommend state management for a complex Flutter app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Flutter Senior (Go implementation)
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.
Related MCP server: Flutter MCP
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lvmp/mcp-flutter-senior'
If you have feedback or need assistance with the MCP directory API, please join our Discord server