h-codex

h-codexはTypeScriptで構築されたコードエディタで、開発者が効率的にコードを書くためのツールです。シンプルなインターフェースと豊富な機能を備え、特にTypeScriptの開発に特化しています。自動補完やエラーチェック機能があり、初心者から中級者まで幅広く利用可能です。

GitHubスター

25

ユーザー評価

未評価

お気に入り

0

閲覧数

313

フォーク

1

イシュー

0

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

h-codex can be integrated with AI assistants through the Model Context Protocol. Edit your claude_mcp_settings.json file:
json
{
  "mcpServers": {
    "h-codex": {
      "command": "npx",
      "args": ["@hpbyte/h-codex-mcp"],
      "env": {
        "LLM_API_KEY": "your_llm_api_key_here", 
        "LLM_BASE_URL": "your_llm_base_url_here (default is openai baseurl: https://api.openai.com/v1)",
        "DB_CONNECTION_STRING": "postgresql://postgres:password@localhost:5432/h-codex"
      }
    }
  }
}

追加リソース

作者情報
Htoo Pyae Lwin
Bangkok, Thailand

31

フォロワー

29

リポジトリ

0

Gist

0

貢献数