MCP Claude Code
Related Servers
Alternatives to MCP Claude Code
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceA comprehensive MCP server that provides AI assistants with tools for file system management, Git integration, and shell command execution. It features specialized code utilities for analysis, formatting, and linting to enhance development workflows within Claude Desktop.287MIT
- AlicenseAqualityBmaintenanceAn MCP server that gives Claude IDE capabilities inside VS Code and Cursor, enabling file operations, shell commands, and workspace management via natural language.1253 npmMIT
- AlicenseNot gradedqualityBmaintenanceA production-ready MCP server enabling Claude and other LLMs to perform intelligent file operations with minimal token usage.MIT
- AlicenseNot gradedqualityCmaintenanceEnterprise-grade MCP server integrating Claude AI capabilities, enabling AI-powered conversations, file operations, and system tools via the Model Context Protocol.1Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that delegates filesystem operations to a specialized React agent, reducing context usage and improving accuracy for AI applications like Claude Code.5 npm3MIT
- AlicenseAqualityCmaintenanceAn MCP server that provides dynamic codebase context to Claude Code through tools like hybrid search, recent changes, and symbol definitions, enhancing AI-assisted coding with local RAG.8MIT
TDQS
Scored across 15 tools
There is significant overlap between several tools, particularly grep and grep_ast (both search content), edit and multi_edit (both edit files), and read and notebook_read (both read files). However, the descriptions clarify distinctions, such as grep_ast providing AST context and multi_edit handling multiple edits. Some tools like batch and think are clearly distinct, but the overlaps could cause confusion without careful reading.
Most tools follow a consistent snake_case naming convention (e.g., directory_tree, content_replace, notebook_edit). The main deviation is the think tool, which uses a verb without an object, but it fits the pattern stylistically. Overall, the naming is predictable and readable, with only minor inconsistencies.
With 15 tools, the count is reasonable for a code assistant server covering file operations, search, editing, command execution, and task management. It is slightly on the higher side but well within a manageable scope, as each tool serves a distinct purpose in the coding workflow without being overwhelming.
The tool set comprehensively covers the domain of code editing and project management. It includes file reading/writing (read, write, notebook_read, notebook_edit), editing (edit, multi_edit), search (grep, grep_ast), directory navigation (directory_tree), command execution (run_command), batch operations (batch), and task tracking (todo_read, todo_write). There are no obvious gaps for a coding assistant's core functions.