← Discover MCPs and Agents
a
MCPAI & MLGitHub

ai-terminal

AI Powered Terminal (Powershell)

Links

README

From the repo.

AI-Terminal 📟

AI Powered Terminal (Powershell)

YouTube Tutorial

IMAGE ALT TEXT HERE

Setup </>

  1. git clone https://github.com/AllAboutAI-YT/ai-terminal.git
  2. open folder with files
  3. place files in correct folder (see tutorial)
  4. set $modulePath to your ps module in profile
  5. set APIKEY in MyModule.psm1
  6. open terminal
  7. Install-Module -Name PSOpenAI
  8. Install-Module -Name PSReadLine
  9. restart terminal
  10. commands:
    • use Ask-OpenAI "your question?"
    • use TAB to autocomplete inline suggestions
    • use ctrl+space to shuffle suggestions
    • use ctrl+enter to ask openai about command

⭐ Give a star if you like it ⭐

Conda

you might need to update the profile to use conda

Links

https://github.com/mkht/PSOpenAI

Disclaimer

use on your own risk ofc, dont share personal data with openai etc. this is not sec tested

Collected info

  • ★ 41 stars
  • ⎇ 12 forks
  • Language: PowerShell
  • Source updated: 6/2/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.