claude-code-mcp-enhanced
Enhanced Claude Code MCP server with orchestration capabilities, reliability improvements, and self-contained execution patterns
GitHub Stars
86
User Rating
Not Rated
Favorites
0
Views
47
Forks
12
Issues
5
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
You can install and use this MCP server in three different ways:
The most flexible method is to install directly from GitHub using
npx. This always fetches the latest version from the repository.
Add the following to your .mcp.json file:
json
{
"mcpServers": {
"claude-code-mcp-enhanced": {
"command": "npx",
"args": [
"github:grahama1970/claude-code-mcp-enhanced"
],
"env": {
"MCP_CLAUDE_DEBUG": "false",
"MCP_HEARTBEAT_INTERVAL_MS": "15000",
"MCP_EXECUTION_TIMEOUT_MS": "1800000"
}
}
}
}
Additional Resources
Related MCPs
ai-code-helper
203
2025 年 AI 编程助手实战项目(作者:程序员鱼皮),基于 Spring Boot 3.5 + Java 21 + LangChain4j + AI 构建智能编程学习与求职辅导机器人,覆盖 AI 大模型接入、LangChain4j 核心特性、流式对话、Prompt 工程、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、Web 爬虫、安全防护、Vue.js 前端开发、SSE 服务端推送等企业级 AI 应用开发技术。帮助开发者掌握 AI 时代必备技能,熟悉 LangChain 框架,提升编程学习效率和求职竞争力,成为企业需要的 AI 全栈开发人才。