Skip to content

Conversation

@roomote
Copy link
Collaborator

@roomote roomote commented Jun 30, 2025

This PR addresses issue #5222 by acknowledging and documenting the community contribution made by @anrgct.

Changes Made

  • **Added **: A new documentation file that highlights community-contributed MCP servers, starting with the MCP server created by @anrgct
  • **Updated **: Added a reference to the community MCP servers documentation in the MCP section

What This Addresses

@anrgct has extracted Roo-Code's codebase indexing functionality and packaged it as a standalone MCP server at https://github.com/anrgct/autodev-codebase. This contribution provides several benefits:

  • Improved Stability: Runs as a separate process, reducing potential conflicts
  • Cross-Tool Compatibility: Can be used with other MCP-compatible tools beyond Roo-Code
  • Better Debugging: Easier to troubleshoot issues in isolation
  • Modular Architecture: Clean separation of concerns

Documentation Structure

The new file includes:

  • Clear installation instructions for the MCP server
  • Benefits and use cases
  • Proper attribution to both @anrgct (for the MCP server) and @daniel-lxs (for the original codebase indexing implementation)
  • Links to the GitHub repository

This establishes a pattern for documenting future community MCP server contributions.

Closes #5222


Important

Adds documentation for community-contributed MCP servers, including a new server by @anrgct, and updates the README to reference this documentation.

  • Documentation:
    • Adds COMMUNITY_MCP_SERVERS.md to document community-contributed MCP servers, starting with the server by @anrgct.
    • Includes installation instructions, benefits, use cases, and acknowledgments in COMMUNITY_MCP_SERVERS.md.
    • Updates README.md to reference COMMUNITY_MCP_SERVERS.md in the MCP section.

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

- Added COMMUNITY_MCP_SERVERS.md to document the autodev-codebase MCP server created by @anrgct
- Updated README.md to reference community MCP servers
- Acknowledges the valuable contribution of extracting Roo-Code's codebase indexing functionality into a standalone MCP server
- Provides installation instructions and highlights benefits like improved stability and cross-tool compatibility
@roomote roomote requested review from cte, jr and mrubens as code owners June 30, 2025 10:15
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. documentation Improvements or additions to documentation labels Jun 30, 2025
@delve-auditor
Copy link

delve-auditor bot commented Jun 30, 2025

No security or compliance issues detected. Reviewed everything up to 746681c.

Security Overview
  • 🔎 Scanned files: 2 changed file(s)
Detected Code Changes

The diff is too large to display a summary of code changes.

Reply to this PR with @delve-auditor followed by a description of what change you want and we'll auto-submit a change to this PR to implement it.

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

Labels

documentation Improvements or additions to documentation 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.

I encapsulated the codebase module of roocode into an MCP

3 participants