A scriptable and powerful UI-Chat-Application for chatting with most Gen-AI LLMs
A scriptable and powerful UI-Chat-Application for chatting with most Gen-AI LLMs. Exposed over MCP by the ask m' ai mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Unlike many chat applications out there, this application aims to be scriptable. Which means you can call it from you terminal and gave all necessary options as arguments. The conversations will also be printed out in the terminal, so you can use it in your scripts.
Everything the assistant can do here goes through one of these:
darwin — MacOSlinux — Linuxwindows — Windowsamd64 — 64bitarm64 — ARM 64bitcompressed — The binary is compressed (can be problematic for some antivirus software - especially on windows)console — The binary is console application (only for windows)debug — The binary contains devtools (you can inspect the GUI-Sources)LocalAI — The LocalAI tool exposed by this serverOpenAI — The OpenAI tool exposed by this serverOllama — The Ollama tool exposed by this serverAnthropic — The Anthropic tool exposed by this serverYou will need 5 environment variables: YOUR_OPENAI_API_KEY, YOUR_ANTHROPIC_API_KEY, YOUR_MISTRAL_API_KEY, YOUR_DEEPSEEK_API_KEY, YOUR_GOOGLE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ask M' AI's toolset — darwin, linux, windows and 11 more — is a fair guide to whether it matches your workflow. It is maintained by rainu; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| darwin | MacOS |
| linux | Linux |
| windows | Windows |
| amd64 | 64bit |
| arm64 | ARM 64bit |
| compressed | The binary is compressed (can be problematic for some antivirus software - especially on windows) |
| console | The binary is console application (only for windows) |
| debug | The binary contains devtools (you can inspect the GUI-Sources) |
| LocalAI | The LocalAI tool exposed by this server. |
| OpenAI | The OpenAI tool exposed by this server. |
| Ollama | The Ollama tool exposed by this server. |
| Anthropic | The Anthropic tool exposed by this server. |
| Mistral | The Mistral tool exposed by this server. |
| DeepSeek | The DeepSeek tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| YOUR_OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_MISTRAL_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_DEEPSEEK_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_GOOGLE_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.