OlympHill
mcp-claude-code logo

mcp-claude-codeMCP 基于Claude Code的功能实现和更多内容

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

该项目提供了一个MCP服务器,实现了类似Claude Code的功能,让Claude能够直接执行修改和改进项目文件的指令。通过利用模型上下文协议,该实现使得MCP客户端(包括Claude Desktop)能够无缝集成。该工具提供了代码理解、代码修改、命令执行、文件操作、代码发现、代理委派和多LLM提供商支持等功能,它还支持Jupyter笔记本,并提供了一种复杂推理和分析的结构化空间

主要功能

  • 代码理解
  • 代码修改
  • 增强命令执行
  • 文件操作
  • 代码发现
  • 代理委派
  • 支持多LLM提供商

价格

模型
Free
评分
暂无评价

使用场景

自动代码重构

使用工具分析和修改代码库,针对性地编辑文件并提高代码质量

代码审查和分析

利用工具的代码理解和发现能力,找出项目中的相关文件和代码模式

优点 & 缺点

优点

  • 对MCP客户端如Claude Desktop的无缝集成
  • 为代理操作支持多LLM提供商
  • 提供高级文件和代码管理功能
  • 包含用于代码发现和复杂任务委派的工具

缺点

  • 需要适当的配置和权限管理才能保证文件访问的安全性
  • 在大型代码库中可能有可伸缩性和性能的限制

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is it possible to use different LLM providers with this implementation?

Yes, any LiteLLM-compatible model can be configured for agent operations, allowing users to switch or combine providers for specialized tasks.

Asked by Freya Solberg · May 27, 2026

Can the server handle large codebases efficiently?

While it offers high-performance searching via ripgrep and AST-based discovery, scalability may be limited with very large codebases, potentially impacting performance and memory usage.

Asked by Julia Steiner · Feb 18, 2026

What file operations are supported and how is security handled?

Supported tools include read, write, edit, multi_edit, directory_tree, grep, and run_command. Security is managed through permission handling and shell command restrictions, ensuring only authorized actions modify project files.

Asked by Miriam Cohen · Feb 6, 2026

How does MCP Claude Code integrate with existing MCP clients like Claude Desktop?

It implements the Model Context Protocol, allowing Claude Desktop to send file access, code modification, and command execution requests directly to the MCP server. The integration is seamless once the server is configured with the client’s credentials.

Asked by Umar Farooq · Jan 30, 2026

提问

服务配缩器 的替代品