Awesome MCPSoftware Development

Adancurusul/serial-mcp-server

⭐ 91 Rust repository created 2025-08-06

serial-mcp-server gives AI workflows access to serial ports in two forms: an MCP stdio server for clients that support tools, and a scriptable CLI for direct use, continuous integration and agent skills where no MCP client is configured. The base capability is opening a serial port at a given baud rate, writing to it and reading responses, which covers interactive debugging of a microcontroller, modem or instrument. The distinctive addition in the 0.3.0 release is a JSON macro domain-specific language for automation: a macro pack describes a repeatable procedure as a sequence of writes, expected responses and timed waits, and can be validated, listed, planned and run — from the CLI with macro subcommands, or through MCP tools that load, list and unload packs in memory at runtime. Timing is the reason this matters, since serial device interaction is full of send-then-wait sequences that are tedious and error-prone to drive one call at a time. An explicit no-hardware simulation mode allows macro validation, planning and executor smoke tests without a device attached, which makes the macros testable in continuous integration. It is Rust on the official Rust MCP SDK, requires Rust 1.74 or newer, is MIT licensed, and ships Claude Code and Codex skills. The audience is embedded and hardware engineers.

https://github.com/Adancurusul/serial-mcp-server

mcpserialuartrustembeddedhardware-debuggingautomationcli

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...