Roo-Code/docs/mcp-servers
Roo Code a1b0374254 docs: add BurpSuite MCP server integration documentation
- Created comprehensive documentation for BurpSuite MCP server setup
- Added installation, configuration, and troubleshooting guides
- Created MCP servers documentation directory structure
- Updated main README with link to MCP server integrations

Fixes #6844
2025-08-08 12:03:35 +00:00
..
burpsuite.md docs: add BurpSuite MCP server integration documentation 2025-08-08 12:03:35 +00:00
README.md docs: add BurpSuite MCP server integration documentation 2025-08-08 12:03:35 +00:00

MCP Server Integrations

This directory contains documentation for integrating various MCP (Model Context Protocol) servers with Roo-Code.

Available MCP Servers

Security & Testing

  • BurpSuite - Web application security testing and vulnerability scanning

What are MCP Servers?

MCP servers extend Roo-Code's capabilities by providing access to external tools and services through the Model Context Protocol. They enable AI assistants to:

  • Interact with specialized tools and applications
  • Access domain-specific functionality
  • Automate complex workflows
  • Integrate with existing development and testing infrastructure

Adding MCP Servers

MCP servers can be configured in two ways:

  1. Project-level: Add configuration to .roo/mcp.json in your project
  2. Global: Configure in the system-wide MCP settings file

For detailed instructions on configuring specific MCP servers, refer to their individual documentation pages.

Contributing

To add documentation for a new MCP server:

  1. Create a new markdown file in this directory
  2. Follow the structure used in existing documentation
  3. Include prerequisites, installation steps, configuration examples, and troubleshooting
  4. Add a link to your documentation in this README

Resources