MCP ExplorerExplorer

Ai

@tryAGIon 16 days ago
1 MIT
FreeCommunity
AI Systems
#agent#ai#cli#command-line#mcp#mcp-server#openai#openrouter
AI in your terminal — powered by agents and MCP

Overview

What is Ai

AI is a console utility that allows users to leverage artificial intelligence for various tasks directly in their terminal, powered by agents and MCP.

Use cases

Use cases include automating the creation of GitHub issues, generating changelogs for software releases, summarizing project documentation, and managing filesystem operations through terminal commands.

How to use

To use AI, install it globally via the command ‘dotnet tool install --global tryagi.ai --prerelease’, set your OpenAI API key, and execute commands for tasks like summarizing text, generating release notes, and managing GitHub issues.

Key features

Key features include text summarization, release note generation, changelog creation, code documentation generation, and the ability to perform actions using MCP servers.

Where to use

AI can be used in software development environments, particularly for automating tasks related to code management, documentation, and issue tracking in repositories.

Content

AI CLI

AI in your terminal — powered by agents and MCP

Nuget package
dotnet
License: MIT
Discord

This is a console utility that will help you use AI for such tasks:

  • Summarize text
  • Generate release notes
  • Generate changelog
  • Generate code documentation
  • Do actions using mcp servers

Usage:

dotnet tool install --global tryagi.ai --prerelease
set OPENAI_API_KEY = <your_api_key>

# Actions in filesystem and git usage
ai  --tools filesystem git
    --directories "/Users/havendv/GitHub/tryAGI/"
    --provider openrouter
    --model free-fast
    --input "Please create new repo with name `Do` in `/Users/havendv/GitHub/tryAGI/` dir and git init it."

# Auto-labeling GitHub issues
set GITHUB_TOKEN = <your_github_token>

{
    echo "You work in the ${{ github.repository }} repository on the issue #${{ inputs.issue-number }}"
    echo "Your goal is to update the issue with suitable labels."
    echo "Always retrieve the issue body/comments and the available labels for the repository first."
    echo "Then, select appropriate labels based on the issue content and update the issue accordingly."
    echo "Do not change the issue body or other data."
} > .prompt.md

ai  --tools github[issues,labels]
    --input-file .prompt.md

Support

Priority place for bugs: https://github.com/tryAGI/AI/issues
Priority place for ideas and general questions: https://github.com/tryAGI/AI/discussions
Discord: https://discord.gg/Ca2xhfBf3v

Acknowledgments

JetBrains logo

This project is supported by JetBrains through the Open Source Support Program.

CodeRabbit logo

This project is supported by CodeRabbit through the Open Source Support Program.

Tools

No tools

Comments