Add Stack-Based MCP Server Recommendations Based on Project Files #333
olearycrew
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal Summary
When working on projects with specific tech stacks (identified by package.json, docker-compose.yml, openapi.yaml, README/DEVELOPER.md), users currently have to manually search for and install relevant MCP servers that would enhance their development workflow. This creates friction in the developer experience and users may miss out on valuable tools that would make their work more efficient.
Proposed Solution
Implement an intelligent recommendation system that automatically suggests relevant MCP servers based on the detected project stack files. The feature would:
Additional context
Alternatives Considered
User Impact
This feature would benefit all Kilo Code users by:
Implementation Thoughts
The implementation could follow these steps:
Create a detection system for common project files and patterns:
Build a mapping database that connects detected technologies to relevant MCP servers:
Develop a recommendation UI similar to VS Code's extension recommendations:
Add telemetry to track recommendation effectiveness (with user consent)
Related Features
Contribution Path
This feature would be ideal for community contributors familiar with VS Code extension development as it requires:
Beta Was this translation helpful? Give feedback.
All reactions