MCP
Back to GlossaryDevelopment
Model Context Protocol - a standard for connecting to external knowledge sources and importing domain context.
Also known as: Model Context Protocol
Overview
Model Context Protocol (MCP) is an open standard that enables Rhesis to connect to external knowledge sources and tools. Use MCP to import domain context, sync documentation, or integrate with your existing systems.
What MCP Enables
Knowledge Sources:
- Connect to documentation systems
- Sync with knowledge bases
- Import from CMS platforms
- Access internal wikis
Tool Integration:
- Query databases
- Search internal resources
- Fetch real-time data
- Execute custom functions
Supported MCP Integrations
- File System: Read local documentation
- Git: Connect to repositories
- Confluence: Import wiki pages (via Atlassian MCP)
- Notion: Sync knowledge bases
- GitHub: Access repository content
- Custom: Build your own MCP server
Using MCP with Rhesis
MCP integration is available through the Rhesis platform interface. You can:
- Navigate to your project settings
- Configure MCP connections to external sources
- Use connected sources for test generation
- Keep knowledge synchronized automatically
MCP in the SDK
The SDK includes MCP client capabilities for advanced use cases. For most use cases, use the source specification approach.
Use Cases
- Documentation Testing: Keep tests aligned with docs
- Domain Expertise: Import industry knowledge
- Dynamic Context: Access real-time information
- Integration: Connect to existing tools
Best Practices
- Secure credentials: Store access tokens safely
- Filter content: Import only relevant knowledge
- Regular syncs: Keep knowledge up to date
- Version control: Track knowledge changes