markdown-copilot-vscode

MCP.Pizza Chef: kurusugawa-computer

markdown-copilot-vscode is a Visual Studio Code client that integrates the OpenAI ChatGPT API to provide AI-powered assistance specifically tailored for Markdown editing. It enables developers and content creators to leverage advanced language models directly within their VSCode environment, enhancing productivity by generating, refining, and managing Markdown content with natural language prompts. This client supports seamless interaction with AI models, facilitating smarter documentation, note-taking, and content generation workflows. It is designed to work smoothly within VSCode, making it an essential tool for users who want to combine the power of AI with their Markdown editing tasks.

Use This MCP client To

Generate Markdown content from natural language prompts Refine and improve existing Markdown documents Assist in writing technical documentation Create notes and summaries in Markdown format Automate repetitive Markdown formatting tasks Integrate AI suggestions directly in VSCode editor

README

en ja zh-cn

Markdown Copilot for Visual Studio Code

Version Downloads GitHub Workflow Status GitHub stars GitHub Contributors

Markdown Copilot is an OpenAI ChatGPT API client for VSCode.

Basic Usage

Markdown Copilot enables you to fully replace the OpenAI ChatGPT WebUI, offering superior features such as:

  1. Using Model Context Protocol Servers
  2. Saving conversation histories in Markdown
  3. Conducting multiple conversations simultaneously
  4. Branching out conversations
  5. Editing previous conversations at any point and continuing the conversation
  6. Nameing files based on conversations
  7. Titling conversations
  8. Pasting clipboard content intelligently based on file type

Note: An OpenAI, Azure OpenAI, OpenRouter, or local Ollama instance is required to use this extension. For configuration:

markdown-copilot-vscode FAQ

How do I install markdown-copilot-vscode in Visual Studio Code?
You can install markdown-copilot-vscode from the VSCode Marketplace by searching for 'markdown-copilot' and clicking install. It requires an active internet connection to access the OpenAI ChatGPT API.
Does markdown-copilot-vscode support models other than OpenAI ChatGPT?
While primarily designed for OpenAI ChatGPT API, markdown-copilot-vscode can be configured to work with other LLM providers like Anthropic Claude and Google Gemini through custom API settings.
How does markdown-copilot-vscode handle user data and privacy?
The client sends your Markdown content to the AI API for processing. It is recommended to review the privacy policies of the AI providers such as OpenAI, Anthropic, and Google to understand data handling practices.
Can I customize the AI prompts or behavior in markdown-copilot-vscode?
Yes, markdown-copilot-vscode allows customization of prompts and interaction settings to tailor AI responses to your specific Markdown editing needs.
Is markdown-copilot-vscode free to use?
The extension itself is free, but usage of the OpenAI ChatGPT API or other LLM APIs may incur costs depending on your subscription or usage plan.
Does markdown-copilot-vscode support real-time collaboration?
Currently, markdown-copilot-vscode focuses on individual AI-assisted editing and does not include built-in real-time collaboration features.
What versions of Visual Studio Code are compatible with markdown-copilot-vscode?
It supports recent stable versions of Visual Studio Code. Check the extension's marketplace page for specific version requirements.
How do I report issues or contribute to markdown-copilot-vscode?
You can report issues or contribute via the GitHub repository at https://github.com/kurusugawa-computer/markdown-copilot-vscode.