← Discover MCPs and Agents
A
MCPAI & MLGitHub

Acode-Plugin-AI-cli

Links

README

From the repo.

AI Assistant SideBar

Rewritten ChatGPT plugin

AI Assistant plugin for Acode for all the ai related stuffs with support of wide range of models.

Usage (for contributors)

  • Clone the repo
  • pnpm install
  • pnpm build
  • then it will produce a AI.zip, just install it inside acode using local method

Features

  • User-friendly interface for easy communication with AI
  • AI remembers previous responses to provide more personalized suggestions
  • View Chat History
  • Syntax highlighting and markdown styling, etc
  • Sidebar interface make more easy to acces

How to use:

To use it, simply install the plugin, open the sidebar button, then click the Settings menu. Enter the base URL, API key, and model name, save the settings, and you’re done.

Contributing

If you're interested in contributing to the development of AI Assistant Sidebar, you can do so by submitting issues or pull requests.

Collected info

  • 10 stars
  • 2 forks
  • Language: JavaScript
  • Source updated: 9/17/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.