Develop an extension to send prompt to Cursor Chat

Hello,

I want to develop a Cursor extension that can send prompts to Cursor Chat and execute them directly. Is there any API or VSCode command available for this purpose?

Check GitHub - MarkShawn2020/oh-my-prompt: ✨ AI IDE 专用多 prompt 管理系统,支持跨 IDE、一键切换、智能同步 Global / Project Prompt! ✨ which is a vscode extension to input template prompts

1 Like

Thank you! It is not perfect but a clever way.

1 Like

Hey @benlau - totally different usecase but you can look at my source code for GitHub - taggartbg/vibeframe: VSCode Extension to enable UIs for MCP Servers (SSE). It creates an extension, looks through all your MCPs for a specific endpoint /vibeframe and then hits it + loads it into the webview panel. You could just hit your /doWhatever endpoint and have the MCP then SSE to the Agent.

Feel free to fork / ask questions.

2 Likes

Cool, let’s me study it first. thx~