Awesome MCPSoftware Development

its-dart/dart-mcp-server

⭐ 128 TypeScript added to this list on 2025-05-14 repository created 2025-02-22

dart-mcp-server is the official Model Context Protocol server for Dart, an AI assisted project management product. Written in TypeScript and published to npm, it lets assistants read and modify a Dart workspace through the protocol instead of calling the REST API directly. The server exposes three kinds of surface. Prompts cover the most common actions, with create-task for adding a task with title, description, status, priority and assignee, create-doc for adding a document with title, text and folder, and summarize-tasks for a filtered overview by status and assignee. Resource templates address individual objects by URI, with dart-config for information about the workspace and dart-task and dart-doc for the details of a specific task or document. The tool set is split between task and document management. Task tools list tasks with filters over assignee, status, dartboard, priority and due date, create tasks with the full set of fields including size, dates, tags and a parent task, retrieve, update and soft delete a task into the recoverable trash, and add comments. Document tools list documents with filters over folder, title and text, and create, retrieve, update and soft delete documents. A get_config tool returns the assignees, dartboards, folders, statuses, tags, priorities and sizes available in the space so a client can supply valid values. All tools validate their inputs and return structured JSON. Setup runs through npx with a DART_TOKEN environment variable holding the token copied from the Dart account settings, and the README walks through the configuration files of Claude Desktop, Claude Code, Cursor, Cline and Windsurf, plus a Docker based variant. The repository is deprecated: the maintainers direct users to a hosted Dart MCP server that needs no local process, and keep the local server documentation behind a collapsed section.

https://github.com/its-dart/dart-mcp-server

mcp-servertypescriptproject-managementtask-trackingdartdeprecated

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...