mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| burpsuite.md | ||
| README.md | ||
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:
- Project-level: Add configuration to
.roo/mcp.jsonin your project - 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:
- Create a new markdown file in this directory
- Follow the structure used in existing documentation
- Include prerequisites, installation steps, configuration examples, and troubleshooting
- Add a link to your documentation in this README