claude-code-mcp-enhanced
claude-code-mcp-enhancedは、JavaScriptを使用してコード生成を行うためのツールです。ユーザーが指定した要件に基づいて、効率的かつ高品質なコードを生成します。特に、AIを活用した自動化機能が強化されており、開発者の生産性を向上させることができます。
GitHubスター
86
ユーザー評価
未評価
お気に入り
0
閲覧数
37
フォーク
12
イシュー
5
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
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"
}
}
}
}