Skip to content

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Aug 7, 2025

This PR adds two new MCP server configurations to the marketplace as requested in issue #6791.

Added MCP Servers

1. mcp-feedback-enhanced

  • Author: Minidoracat
  • Description: Enhanced MCP server for interactive user feedback and command execution in AI-assisted development
  • Features: Dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility
  • Repository: https://github.com/Minidoracat/mcp-feedback-enhanced

2. mcp-shrimp-task-manager

  • Author: cjo4m06
  • Description: Task management tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency
  • Features: Converts natural language into structured dev tasks with dependency tracking and iterative refinement
  • Repository: https://github.com/cjo4m06/mcp-shrimp-task-manager

Changes Made

  • Created marketplace/mcps/ directory for MCP server configurations
  • Added YAML configuration for mcp-feedback-enhanced
  • Added YAML configuration for mcp-shrimp-task-manager

Both configurations include NPM and local installation methods with appropriate prerequisites.

Fixes #6791


Important

Adds two new MCP server configurations to the marketplace with installation methods and prerequisites.

  • New MCP Servers:
    • mcp-feedback-enhanced.yaml: Adds configuration for MCP Feedback Enhanced server with dual interface support and cross-platform compatibility.
    • mcp-shrimp-task-manager.yaml: Adds configuration for Shrimp Task Manager server focusing on AI task management and dependency tracking.
  • Installation Methods:
    • Both servers support NPM and local installation methods.
    • Prerequisites include Node.js and npm for NPM installation, and Node.js for local installation with repository cloning and building.

This description was created by Ellipsis for 3b90877. You can customize this summary. It will automatically update as commits are pushed.

…-shrimp-task-manager

- Added mcp-feedback-enhanced: Interactive user feedback and command execution server
- Added mcp-shrimp-task-manager: Task management tool for AI agents with chain-of-thought

Fixes #6791
@roomote roomote bot requested review from cte, jr and mrubens as code owners August 7, 2025 06:21
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Aug 7, 2025
@roomote roomote bot mentioned this pull request Aug 7, 2025
1 task
Copy link
Contributor Author

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed my own code and found several issues. Classic me.

}
prerequisites:
- Node.js installed
- Clone the repository and build the project No newline at end of file
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline at end of file. This violates POSIX standards and may cause issues with some tools. Could you add a newline character at the end?

"mcpServers": {
"mcp-feedback-enhanced": {
"command": "node",
"args": ["/path/to/mcp-feedback-enhanced/dist/index.js"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The placeholder path /path/to/mcp-feedback-enhanced/dist/index.js might be confusing for users. Consider using a more descriptive placeholder like <YOUR_LOCAL_PATH>/mcp-feedback-enhanced/dist/index.js or providing an example path?

}
prerequisites:
- Node.js installed
- Clone the repository and build the project No newline at end of file
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline at end of file. Same issue as the other file - needs a newline character at the end for POSIX compliance.

- development
- task-tracking
- dependency-tracking
- roocode
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These platform-specific tags (roocode, cursor-ai, windsurf) seem overly specific compared to the more generic tags in the other file. Should we maintain consistency in tag naming across MCP server configurations? Perhaps use more generic tags like 'ide-integration' or 'ai-assistant'?

@@ -0,0 +1,44 @@
id: mcp-shrimp-task-manager
name: Shrimp Task Manager
description: Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description is quite lengthy (3 lines). For better readability in the marketplace UI, could we consider shortening it to focus on the key features?

"mcpServers": {
"mcp-shrimp-task-manager": {
"command": "node",
"args": ["/path/to/mcp-shrimp-task-manager/dist/index.js"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same placeholder path issue here. Consider using <YOUR_LOCAL_PATH>/mcp-shrimp-task-manager/dist/index.js for clarity?

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Aug 7, 2025
@daniel-lxs daniel-lxs closed this Aug 9, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 9, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

new MCP recommanded

4 participants