aira-mcp-server
aira-mcp-server MCP サーバー
Git ステージングされたファイルからコミット メッセージを作成するためのモデル コンテキスト プロトコル サーバー
これは、シンプルなメモシステムを実装したTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。
Gitステータス情報の取得
従来のコミット形式によるコミットメッセージの作成
Gitflowの初期化と管理
ブランチ操作(作成、マージ、リスト)
🚀 機能
📝 従来のコミットメッセージ生成
🌳 Gitflow ワークフローのサポート
🔍 Git ステータスの確認
🔄 ブランチ管理
Related MCP server: Git Prompts MCP Server
🛠️ インストール
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ライセンス
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityAmaintenanceA 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.1289,748MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that generates prompts based on Git repository content, including a command to generate PR descriptions from diffs.32MIT
- FlicenseBqualityNot gradedmaintenanceA Model Context Protocol server that provides Commitizen functionality, enabling AI assistants to generate, validate, and work with conventional commit messages.21
- AlicenseAqualityDmaintenanceAnalyzes Git repository changes and generates conventional, context-aware commit messages using the Model Context Protocol.15MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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