- MCP Connector
MCP Connector
What is MCP Connector?
MCP Connector is a lightweight server designed to run and manage multiple Model Context Protocol (MCP) servers, specifically for integration with TypingMind. It allows users to connect custom AI models or tools with TypingMind through a simple REST API.
How to Use MCP Connector?
To use MCP Connector, you can start it on your local device or a remote server using the command: npx @typingmind/mcp <auth-token>. Replace <auth-token> with your authentication token from TypingMind. For HTTPS support, set the CERTFILE and KEYFILE environment variables.
Key Features of MCP Connector?
- Lightweight server for managing MCP servers
- Easy integration with TypingMind via REST API
- Support for HTTPS connections
- Health check and client management endpoints
Use Cases of MCP Connector?
- Running multiple AI models locally or on a server.
- Integrating custom tools with TypingMind for enhanced functionality.
- Managing and monitoring MCP clients through a REST API.
FAQ from MCP Connector?
- Can I run MCP Connector on a remote server?
Yes, you can run it on any server with Node.js installed.
- Is HTTPS support available?
Yes, you can enable HTTPS by setting the appropriate environment variables.
- What authentication is required?
All API endpoints require a Bearer token for authentication.