Ask M' AI MCP Server

A scriptable and powerful UI-Chat-Application for chatting with most Gen-AI LLMs

Local serverstdioGo

What is the Ask M' AI MCP server?

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.

What it actually does

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.

  • Support different LLM provider
  • Github Copilot
  • You can define your own tools which can be called from the LLM
  • There are some built-in tools:
  • "getSystemInformation" - Get some information about the system
  • "getEnvironment" - Read environment variables from the system

Its toolset

Everything the assistant can do here goes through one of these:

  • 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

Configuration

You 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.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

When to reach for it

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.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Ask M' AI.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ask m' ai mcp server does with a few real requests.

Available tools

ToolWhat it does
darwinMacOS
linuxLinux
windowsWindows
amd6464bit
arm64ARM 64bit
compressedThe binary is compressed (can be problematic for some antivirus software - especially on windows)
consoleThe binary is console application (only for windows)
debugThe binary contains devtools (you can inspect the GUI-Sources)
LocalAIThe LocalAI tool exposed by this server.
OpenAIThe OpenAI tool exposed by this server.
OllamaThe Ollama tool exposed by this server.
AnthropicThe Anthropic tool exposed by this server.
MistralThe Mistral tool exposed by this server.
DeepSeekThe DeepSeek tool exposed by this server.

Configuration

VariableDescriptionRequired
YOUR_OPENAI_API_KEYCredential the server authenticates with.Yes
YOUR_ANTHROPIC_API_KEYCredential the server authenticates with.Yes
YOUR_MISTRAL_API_KEYCredential the server authenticates with.Yes
YOUR_DEEPSEEK_API_KEYCredential the server authenticates with.Yes
YOUR_GOOGLE_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Ask M' AI to darwin.
  • Use Ask M' AI to linux.
  • Use Ask M' AI to windows.

Frequently asked questions

Ask m’ AI supports OpenAI, LocalAI, Ollama, Anthropic, Mistral, DeepSeek, Google Gemini, Github Copilot, and AnythingLLM.