Skip to main content
Glama

Dart MCP Server

by egyleader

dart-run

Execute Dart scripts programmatically using script path, arguments, and working directory settings. Designed for AI-powered development workflows within the Dart MCP Server.

Input Schema

NameRequiredDescriptionDefault
argsNoArguments to pass to the script
scriptYesPath to the Dart script to run
workingDirNoWorking directory for the command

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "description": "Arguments to pass to the script", "items": { "type": "string" }, "type": "array" }, "script": { "description": "Path to the Dart script to run", "type": "string" }, "workingDir": { "description": "Working directory for the command", "type": "string" } }, "required": [ "script" ], "type": "object" }

You must be authenticated.

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