Image Editor
Turn any AI chat into an image editor with this community persona prompt.
by Continue
Continue supports the Model Context Protocol, so its agent can use tools exposed by any MCP server — databases, deployment systems, web search, and more. You declare servers under `mcpServers` in `config.yaml`; their tools then become available to Continue's agent and via context providers.
MCP servers, custom models, context providers, and rules.
Setup steps with copy-paste config. Sources are cited under each method.
Requires: Continue installed · An MCP server command or endpoint
Declare it in config.yaml
Add the server under `mcpServers`; Continue starts it and exposes its tools to the agent.
mcpServers:
- name: GitHub
command: npx
args:
- -y
- "@modelcontextprotocol/server-github"Use the tools
Open Continue's agent and ask it to use the server; approve tool calls as needed.
Copy-paste prompts written to exercise this plugin, with what to expect.
You've wired in the GitHub MCP server.
Using the GitHub tools, summarize the open PRs that touch the auth module and flag any without tests.
What to expect: Continue calls the server's tools and returns a summary grounded in live PR data, highlighting missing tests.
Real prompts from the IterPrompt library you can copy or run.
Turn any AI chat into an image editor with this community persona prompt.
Turn any AI chat into an editorial winter poster–style multi-panel collage generation with this community persona prompt.
Turn any AI chat into an integration and planning roadmap for calculator content with this community persona prompt.
Turn any AI chat into a high-end beauty editorial photo shoot specification with this community persona prompt.
Turn any AI chat into an erp to feishu data integration solution with this community persona prompt.
Turn any AI chat into a custom localization and ai integration for apps with this community persona prompt.
Their tools become available to the agent, and many surface through the `@`-mention context system depending on the server and Continue version.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.