Provides tools for Android app development assistance, allowing AI to help with programming, debugging, and implementation of Android applications within development environments like Android Studio.
Enables interaction with Python-based development, supporting AI assistance with Python code generation, debugging, and implementation within coding workflows.
CodingConverse
English | 中文
一个为AI代码编辑器提供用户对话能力的MCP (Model Context Protocol) 服务。当AI编辑器需要与用户交互时,可以通过此服务显示对话框获取用户输入。
使用场景
- 🤔 方案选择: AI需要用户在多个技术方案中选择
- 🐛 问题诊断: 遇到复杂问题时向用户询问更多信息
- 📝 需求澄清: 当需求不明确时获取用户澄清
- 🔧 调试协助: 请求用户提供调试信息
- 😏 节约用户消耗: 即使订阅用户也有次数限制,尽量可能在一次请求解决更多的需求
- 📝 节约AI消耗: 避免AI进行大量无效调试,消耗token并引入冗余代码
功能演示
特性
- 🎯 勤俭节约: 一次Request处理更多需求节省订阅用户消耗
- 📝 简洁高效: 避免由于AI自动不断重试消耗资源并避免引入冗余代码
- 🤖 MCP协议支持: 完全兼容MCP 2024-11-05协议
- 💬 用户对话: 为AI编辑器提供与用户交互的能力
- 🚀 易于集成: 支持Cursor、Windsurf、Trae等AI编辑器
- 📡 stdio通信: 通过标准输入输出与AI编辑器通信
安装
在AI编辑器中配置
Cursor / Windsurf / Trae AI
在编辑器的MCP配置文件中添加:
AgentPrompt示例
编译失败,我尝试了两种方法来修复[问题],但都没有成功,你可以比我看到更完整的终端日志,请提炼更有用的信息给我,我可以继续修复。
我已经实现了[解决方案]并通过[方法]进行了测试。 结果显示[结果]。 在我们结束之前:
- 这个解决方案是否满足您的需求?
- 是否还有其他我应该处理的需求?
- 您需要我进一步解释任何内容吗?
MCP工具
ask_user
向用户显示对话框并获取输入。
参数:
message
(string, 必需): 要向用户显示的消息内容title
(string, 可选): 对话框标题,默认为"AI编辑器询问"
返回值:
- 用户输入的文本内容
示例用法:
贡献
欢迎提交问题报告和功能请求!如果您想贡献代码,请先开issue讨论您想要改变的内容。
许可证
MIT License
This server cannot be installed
An MCP server that provides user dialogue capabilities for AI code editors, allowing AI to interact with users through dialog boxes when needing input during the coding process.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -10PythonMIT License
- AsecurityFlicenseAqualityAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated -1140TypeScript
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -5TypeScript
- AsecurityFlicenseAqualityAn AI-powered MCP server that enables natural language interaction with AO (Arweave Operating system) for creating, running, and testing code and handlers without manual coding.Last updated -14955,0563TypeScript