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
This project implements a basic server for a Minecraft-like protocol, handling client connections, packet processing, and fundamental game state.
Custom-MCP-Server
Provides a custom implementation of a Minecraft (MCP) server.