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 状态信息。

创建提交

为指定文件创建并执行提交。

init_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. init\_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,852
            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