typingmind-mcp
Verified Safeby TypingMind
Overview
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
Installation
No command providedSecurity Notes
The server requires an authentication token for all API endpoints, which is a good security practice. HTTPS support is available. The `/mcp-connect` proxy endpoint, while authenticated, could be an SSRF vector if the authentication token is compromised, as it allows arbitrary URL fetching from the server's perspective. It's crucial to protect the `AUTH_TOKEN`.
Similar Servers
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
Create-MCP
Generates Model Context Protocol (MCP) server projects through a command-line interface.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.