← 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
Setup </>
- git clone https://github.com/AllAboutAI-YT/ai-terminal.git
- open folder with files
- place files in correct folder (see tutorial)
- set $modulePath to your ps module in profile
- set APIKEY in MyModule.psm1
- open terminal
- Install-Module -Name PSOpenAI
- Install-Module -Name PSReadLine
- restart terminal
- 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.
