Custom MCP Server
Integration of custom MCP servers for extended functionality
With Custom MCP Servers, you can integrate your own functionalities into meinGPT. Connect your server via URL and extend the capabilities of your assistants.
Server Configuration
To integrate a Custom MCP Server, you need a URL endpoint. There are two transport options:
HTTP Streaming (Recommended)
https://your-server.com/mcp
This method uses HTTP streaming for efficient real-time communication.
Server-Sent Events (SSE)
https://your-server.com/sse
Alternative method using Server-Sent Events for communication.
Available MCP Servers
Here are some specialized MCP servers you can use:
Remotion Video Server
https://remotion.selectcode.de/mcp
- Video generation and editing
- Template-based video production
- Dynamic content integration
Browser Automation Server
https://browser.selectcode.de/mcp
- Website navigation
- Form automation
- Screenshot and PDF creation
Context7 Documentation Server
https://context7.selectcode.de/mcp
- API documentation search
- Code examples
- Library integration
Server Integration
Add the server URL in the assistant settings:
- Open assistant configuration
- Select "Add MCP Server"
- Enter the server URL
Select the appropriate transport mode:
/mcp
for HTTP Streaming (recommended)/sse
for Server-Sent Events
Verify the server connection:
- Check server status
- Send test request
- Validate response
Best Practices
- Security: Use HTTPS for all server connections
- Monitoring: Monitor server performance and availability
- Error Handling: Implement fallback options for server outages
- Documentation: Document server-specific functions and parameters