Awesome MCPSoftware Development

sonirico/mcp-shell

⭐ 106 Go repository created 2025-05-24

mcp-shell gives a model a shell tool while keeping the operator in control of what may actually run. Its defining choice is the default: with no configuration file it boots in secure mode restricted to a narrow allowlist of read-only utilities such as ls, cat, grep, find, head and tail. A configuration file is needed only to widen or change that policy, and running fully unrestricted requires explicitly setting MCP_SHELL_ALLOW_UNSAFE, which the README states disables all validation and should not be used in production. That inversion matters, because the common failure mode for shell-execution servers is unrestricted access by default that nobody notices until something is deleted. Execution is auditable, so what the model ran is recorded rather than inferred, and commands run on demand rather than through a persistent session. It is written in Go on the mark3labs/mcp-go library, so it ships as a static binary, and the easiest deployment is a Docker image with a workspace directory mounted — which adds container isolation on top of the allowlist. Installation from source is a clone and make install. The audience is people who want an agent able to inspect a system or run build commands, and who want the boundary of that ability written down explicitly rather than assumed.

https://github.com/sonirico/mcp-shell

mcpshellgolangcommand-executionallowlistdockersecurityaudit

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