strudel-mcp-server
Verified Safeby Sopralapanca
Overview
Provides an MCP (Multi-Modal Chat Protocol) interface for semantic search of Strudel.cc documentation and songs using vector embeddings.
Installation
python server.pyEnvironment Variables
- SUPABASE_URL
- SUPABASE_KEY
- HF_API_TOKEN
- LOG_LEVEL
- PORT
Security Notes
Environment variables are used correctly for API keys, avoiding hardcoded secrets. No obvious 'eval' or dangerous shell commands. The server enables CORS for all origins ('*'), which is a common configuration for public APIs but should be considered if tighter access control is required.
Similar Servers
kStock-mcp-server
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
mcp-mineru
Implements or interacts with the Minecraft Protocol, likely for building custom Minecraft servers or client utilities.
mcp-server-atellier-tech
This project implements a custom Minecraft Protocol (MCP) server, allowing players to connect and interact within a simulated game world.
MCP_Server
A custom server implementation designed to interact with the Minecraft protocol, likely for hosting or developing custom game logic and player experiences.