Skip to main content
Glama

Dart MCP Server

by egyleader

dart-analyze

Analyze Dart code in specified directories or files to identify issues and improve code quality. Supports additional options for custom analysis configurations, integrating with AI-powered development workflows via the Dart MCP Server.

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional options for the dart analyze command
pathNoDirectory or file to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "description": "Additional options for the dart analyze command", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Directory or file to analyze", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Dart MCP Server

Related Tools

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/egyleader/dart-mcp'

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