← Discover MCPs and Agents
c
MCPAI & MLGitHub

cmd-ai-cli

An experimental CLI that has a command which lets you start a chat with CMD AI--`cmd-ai`.

Links

README

From the repo.

cmd-ai-cli

Objective

This CLI, written with Electron, React, TypeScript, and a bit of CSS, is an experimental CLI that has a command which lets you start a chat with CMD AI--and its command is called cmd-ai. You can chat with it in the CLI desktop app as follows:

$ cmd-ai David # Be sure to pass in your name as a parameter, otherwise CMD AI will call you Anonymous.
%%% Starting a new chat, please wait...

Greetings, David! I'm your CMD AI. Think of me as a commandline-accessed bot here to answer basic questions for you. How may I help you today? (say "bye" to exit)
> how are you
I'm doing excellent, thanks for asking! How about you?
> good
That is great!
> tell me a joke
I've said it before, and I'll say it again:

I've said it before.
> gibbery giffery
I'm just a bot, so I'm still learning new things. Please try a prompt that I am capable of answering.
> bye
Goodbye! If you need answers to any more questions, please let me know!

%%% Chat ending...
$ clear

In fact, here is an example usage of it:

CMD AI CLI Example Usage

Collected info

  • 5 stars
  • Language: TypeScript
  • Source updated: 2/22/2025

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.