Awesome MCPSoftware Development

steipete/claude-code-mcp

⭐ 1312 JavaScript repository created 2025-05-13

Claude Code MCP Server is a specialized Model Context Protocol (MCP) server designed to integrate Claude Code as a one-shot tool with automatic permissions bypass. This integration enhances the capabilities of AI agents within the MCP ecosystem, particularly in coding and file operations. The server allows large language models (LLMs) to run Claude Code with all permissions bypassed, enabling seamless execution of coding tasks without interruptions from permission checks. It provides direct access to file editing capabilities and enables specific tools by default, making it a powerful assistant for complex, multi-step code edits and operations that other tools like Cursor may struggle with. The server is built to work with Node.js v20 or later and requires the Claude CLI to be installed locally with permissions accepted via a one-time manual run using the `--dangerously-skip-permissions` flag. This setup ensures that the MCP server can use Claude Code non-interactively with full permissions. Users can configure the server to use custom Claude CLI binaries and enable debug logging for verbose output. Claude Code MCP Server offers significant benefits such as cost-effective file operations and git commands by offloading tasks to cheaper models while maintaining high performance. It supports multiple commands queued to save context space, allowing more important information to be retained longer. The server is compatible with popular MCP clients like Cursor and Windsurf, with configuration files specified for each platform. The primary tool exposed by the server is `claude_code`, which executes prompts directly using the Claude Code CLI. This tool supports various arguments to enable specific Claude tools like Bash, Read, and Write, facilitating a wide range of coding and file management tasks. Use cases include code generation, analysis, refactoring, file system operations (create, read, edit, move, copy, delete), and version control with Git. Overall, Claude Code MCP Server empowers AI agents with enhanced coding and file operation capabilities within the MCP framework, making it a valuable tool for developers and AI integrators seeking efficient and powerful code automation solutions.

https://github.com/steipete/claude-code-mcp

agentai-agentai-agentsai-coding-assistantautomationclaudeclaude-cliclaude-codecode-analysiscode-generationcode-refactoringcodingcoding-automationcoding-taskscost-effectivecursorfile-editingfile-operationsfile-system-managementfile-system-operationsgitgit-operationsllmllm-integrationmcpmcp-servermodel-context-protocolnode.jsone-shot-modeone-shot-toolpermissions-bypassversion-controlwindsurf

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