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
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
claude-prompts-mcp
Manages hot-reloadable prompt templates, structured reasoning, and multi-step chain workflows to enhance AI assistant interactions through a Model Context Protocol (MCP) compatible server.
boilerplate-mcp-server
This boilerplate 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 lookup tool.
MCP-Council
Automates the conversion of any REST API into a Model Context Protocol (MCP) server, enabling AI assistants to interact with external APIs through a standardized interface.