Overview
What is MCP Connector?
MCP Connector is a lightweight server designed to run and manage multiple Model Context Protocol (MCP) servers, enabling integration with TypingMind through a simple REST API.
How to use MCP Connector?
To use MCP Connector, you can start it on your local device using the command npx @typingmind/mcp <auth-token>, replacing <auth-token> with your provided authentication token. For remote servers, ensure Node.js is installed and use the same command, optionally utilizing a process manager for persistent running.
Key features of MCP Connector?
- Lightweight server for managing MCP servers
- Easy integration with TypingMind via REST API
- Health check and client management endpoints
Use cases of MCP Connector?
- Running custom AI models locally or on a server.
- Integrating various tools with TypingMind.
- Managing multiple MCP clients efficiently.
FAQ from MCP Connector?
- What is the purpose of MCP Connector?
It allows users to run and manage MCP servers for integration with TypingMind.
- Is there a specific Node.js version required?
Yes, Node.js version 14 or later is required.
- How do I ensure my server runs persistently?
You can use process managers like pm2 or screen/tmux for persistent running.