Sinawali-MCP-Server
by CSU-game-developers
Overview
Provides an API for an LLM-powered agent to manage a knowledge graph, primarily for text-based RPG scenarios, leveraging the Model-Context-Protocol.
Installation
python agent.pyEnvironment Variables
- GROQ_API_KEY
Security Notes
CRITICAL VULNERABILITY: The server uses `subprocess.Popen` with `shell=True` to execute a command specified in the `airbnb_mcp.json` configuration file (`mcpServers.memorymesh.command` and `args`). If an attacker can modify this configuration file, they can execute arbitrary commands on the system where the server is running. This represents a severe command injection vulnerability. Additionally, running the FastAPI server on `0.0.0.0` makes it publicly accessible by default.
Similar Servers
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
compound-mcp-server
Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models, exposing tools for real-time information and code execution capabilities from the Groq AI.
groq-mcp-server
Provides a Model Context Protocol (MCP) server to access Groq's AI capabilities, including ultra-fast LLM chat, vision, text-to-speech, speech-to-text, agentic tooling, and batch processing, from clients like Claude Desktop and Cursor.
Enterprise-Multi-AI-Agent-Systems-
Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.