← Discover MCPs and Agents
f
MCPAI & MLGitHub

fast-ai

🔥 Blazingly fast AI in your terminal - Written in Go

Links

README

From the repo.

Fast AI

A command-line AI for quick questions with acceptable Time to First Token (TTFT), powered by the Groq API

Screencast_20251021_224055

Installing (Linux)

Download and install with a single command:

curl -fsSL https://raw.githubusercontent.com/JeelRajodiya/fast-ai/main/install.sh | bash

Screencast_20251021_225003

[!TIP] You can also use the same command to update the tool to latest version.

Installing (MacOS/Windows)

Please download the binary from the Releases page and add it to your system PATH.

Usage

Get A Groq API key from: https://console.groq.com/keys

Single Query mode

ai "How to exit vim?"

Interactive mode

Screencast_20251021_225624

ai
# Then type your question and press enter

Uninstalling

curl -fsSL https://raw.githubusercontent.com/JeelRajodiya/fast-ai/main/uninstall.sh | bash

Collected info

  • 5 stars
  • Language: Go
  • Source updated: 7/11/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.