Skip to main content
Glama

aira-mcp-server

aira-mcp-server MCP サーバー

Git ステージングされたファイルからコミット メッセージを作成するためのモデル コンテキスト プロトコル サーバー

これは、シンプルなメモシステムを実装したTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。

  • Gitステータス情報の取得
  • 従来のコミット形式によるコミットメッセージの作成
  • Gitflowの初期化と管理
  • ブランチ操作(作成、マージ、リスト)

🚀 機能

  • 📝 従来のコミットメッセージ生成
  • 🌳 Gitflow ワークフローのサポート
  • 🔍 Git ステータスの確認
  • 🔄 ブランチ管理

🛠️ インストール

npm install npm run build

📖 使用方法

設定で MCP サーバーを構成します。

{ "mcpServers": { "aira": { "command": "node", "args": ["path/to/aira-mcp-server/build/index.js"] } } }

🔧 利用可能なツール

ステータス取得

Git ステータス情報を取得します。

作成コミット

指定されたファイルに対するコミットを作成して実行します。

gitflowの初期化

Gitflow を初期化します。

ブランチの作成

新しいブランチを作成します。

マージブランチ

Gitflow に従ってブランチをマージします。

リストブランチ

すべての Gitflow ブランチを一覧表示します。

📄 ライセンス

MITライセンス

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Git ステージングされたファイルからコミット メッセージを作成するためのモデル コンテキスト プロトコル サーバー。

  1. 🚀 機能
    1. 🛠️ インストール
      1. 📖 使用方法
        1. 🔧 利用可能なツール
          1. ステータス取得
          2. 作成コミット
          3. gitflowの初期化
          4. ブランチの作成
          5. マージブランチ
          6. リストブランチ
        2. 📄 ライセンス

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.
            Last updated -
            12
            50,999
            Python
            MIT License
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables Large Language Models to interact with Git repositories through a robust API, supporting operations like repository initialization, cloning, file staging, committing, and branch management.
            Last updated -
            21
            482
            65
            TypeScript
            Apache 2.0
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that automatically generates structured release notes from Git repository tags, analyzing differences between tags and saving formatted Markdown output to the .iris directory.
            Last updated -
            1
            0
            JavaScript
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables interaction with GitLab accounts to manage repositories, merge requests, code reviews, and CI/CD pipelines through natural language.
            Last updated -
            41
            2
            TypeScript
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sunwood-ai-labs/aira-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server