Back to Home
CSU-game-developers icon

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

Run Command
python agent.py

Environment 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

Stats

Interest Score33
Security Score3
Cost ClassMedium
Avg Tokens1000
Stars3
Forks0
Last Update2025-11-24

Tags

MCPLLMGroq APIAgentKnowledge GraphRPG