# Aira Mcp Server

> MCP server from Sunwood-ai-labs/aira-mcp-server.

- **Type:** MCP server
- **Install:** `agentstack add mcp-sunwood-ai-labs-aira-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Sunwood-ai-labs](https://agentstack.voostack.com/s/sunwood-ai-labs)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Sunwood-ai-labs](https://github.com/Sunwood-ai-labs)
- **Source:** https://github.com/Sunwood-ai-labs/aira-mcp-server

## Install

```sh
agentstack add mcp-sunwood-ai-labs-aira-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# aira-mcp-server MCP Server

  
  

A Model Context Protocol server for creating commit messages from git staged files

This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:

- Git status information retrieval
- Commit message creation with conventional commit format
- Gitflow initialization and management
- Branch operations (create, merge, list)

## 🚀 Features

- 📝 Conventional commit message generation
- 🌳 Gitflow workflow support
- 🔍 Git status checking
- 🔄 Branch management

## 🛠️ Installation

```bash
npm install
npm run build
```

## 📖 Usage

Configure the MCP server in your settings:

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

## 🔧 Available Tools

### get_status
Retrieves Git status information.

### create_commit
Creates and executes a commit for specified files.

### init_gitflow
Initializes Gitflow.

### create_branch
Creates a new branch.

### merge_branch
Merges branches according to Gitflow.

### list_branches
Lists all Gitflow branches.

## 📄 License

MIT License

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Sunwood-ai-labs](https://github.com/Sunwood-ai-labs)
- **Source:** [Sunwood-ai-labs/aira-mcp-server](https://github.com/Sunwood-ai-labs/aira-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-sunwood-ai-labs-aira-mcp-server
- Seller: https://agentstack.voostack.com/s/sunwood-ai-labs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
