Skip to main content
Glama

Dart MCP Server

by its-dart
package.json1.48 kB
{ "name": "dart-mcp-server", "version": "0.2.1", "description": "The Dart MCP server", "license": "MIT", "author": "Dart (software@dartai.com)", "engines": { "node": ">=20" }, "homepage": "https://github.com/its-dart/dart-mcp-server", "repository": { "type": "git", "url": "git+https://github.com/its-dart/dart-mcp-server.git" }, "bugs": "https://app.dartai.com/p/r/JFyPnhL9En61", "type": "module", "bin": { "dart-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "start:mcp-inspector": "yarn run build && DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js", "prepare": "npm run build", "build": "tsc && shx chmod +x dist/*.js", "prettier-check": "prettier --check .", "prettier-fix": "prettier --write . --list-different", "req-up-all": "yarn upgrade-interactive --latest --exact --ignore-workspace-root-check", "release": "yarn build && release-it" }, "dependencies": { "@modelcontextprotocol/sdk": "~1.11", "dart-tools": "~0.4", "dotenv": "~16.5" }, "devDependencies": { "@modelcontextprotocol/inspector": "0.14.3", "@types/node": "24.0.3", "prettier": "3.5.3", "release-it": "19.0.3", "shx": "0.4.0", "typescript": "5.8.3" }, "keywords": [ "dart", "projectmanagement", "taskmanagement" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }

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

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