Flutter Project Structure
@msi-shamim
About Flutter Project Structure
An MCP server that makes Flutter/Dart codebases instantly understandable to AI agents. Instead of spending 60,000+ tokens exploring a project every session, the agent queries pre-analyzed context through 6 tools — reducing orientation costs by 90%. Built on the flutter_project_st
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"flutter-project-structure": {
"command": "dart",
"args": [
"run",
"flutter_project_structure",
"mcp-server",
"--watch"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Flutter Project Structure?
Flutter Project Structure is an MCP server that analyzes Flutter projects, returning architectural layers, file purposes, naming conventions, dependency graphs, and TODO indexes. It is built for Flutter developers who need to understand, document, or audit their codebase structure.
How to use Flutter Project Structure?
Add the package with dart pub add dev:flutter_project_structure, then invoke any of the six tools through an MCP client. No further configuration is documented.
Key features of Flutter Project Structure
get_architecture– Returns project type, layers, dependency graph, and entry points.get_file_purpose– Returns purpose and code metrics for a specific file.get_dependencies– Returns detected naming conventions and purpose distribution.get_conventions– Returns detected naming conventions and purpose distribution.get_todos– Returns structured TODO/FIXME index with optional severity filter.get_project_structure– Returns full project structure markdown or specific sections.
Use cases of Flutter Project Structure
- Understand the architecture of a new or inherited Flutter project.
- Audit file purposes and enforce naming conventions across the codebase.
- Locate and prioritize todos and fixmes during maintenance.
- Generate project structure documentation for team onboarding or code reviews.
FAQ from Flutter Project Structure
—
(No FAQ content was available in the README.)
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments