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:
npm install
npm run build
Configure the MCP server in your settings:
{
"mcpServers": {
"aira": {
"command": "node",
"args": ["path/to/aira-mcp-server/build/index.js"]
}
}
}
Retrieves Git status information.
Creates and executes a commit for specified files.
Initializes Gitflow.
Creates a new branch.
Merges branches according to Gitflow.
Lists all Gitflow branches.
MIT License
Unofficial MCP to use BrianKnows API for DeFI knowledge
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.