youmind-mcp
Verified Safeby NoSugarCoffee
Overview
Provides a Model Context Protocol (MCP) server to retrieve content from YouMind by craft ID for use with AI models.
Installation
youmind-mcpEnvironment Variables
- YOUMIND_AUTH_TOKEN
Security Notes
The server uses environment variables for authentication tokens, which is good practice. It handles common HTTP errors gracefully. No malicious patterns like 'eval' or hardcoded secrets were found. The primary security consideration for users is the sensitive nature of the 'YOUMIND_AUTH_TOKEN', which is a session cookie and requires careful handling to prevent unauthorized access to their YouMind account.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
youdotcom-mcp-server
Provides AI agents with real-time access to web information, including search, AI-powered answers, and content extraction, through the Model Context Protocol.
mcp-server-llmling
mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.