priya-mcp-server
Verified Safeby Sean-m-e
Overview
A Model Context Protocol (MCP) server for a PRIYA voice agent, serving JSON modules containing conversation logic, behavioral protocols, and property data for real estate operations.
Installation
python server.pyEnvironment Variables
- PORT
- RAILWAY_ENVIRONMENT
Security Notes
The server explicitly implements directory traversal protection (`os.path.abspath(...).startswith(...)`) when fetching modules, which is a critical security measure. It uses environment variables for configuration (e.g., PORT) rather than hardcoding. CORS is enabled as intended for voice agent access. No `eval` or other direct code execution of user-supplied input or module content is observed; it primarily serves static JSON files. The security of the overall system (voice agent) heavily depends on how the client interprets the served JSON logic, which is outside the scope of this server's direct vulnerabilities.
Similar Servers
Awesome-MCP-Servers
A curated, community-driven list of Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities, enabling AI models to securely interact with local and remote resources.
pipelex-mcp
Enables AI agents to build and execute Pipelex pipelines from natural language descriptions via the Model Context Protocol (MCP).
dev-kit-gh-mcp-server
A server providing Model Context Protocol (MCP) tools for automating and interacting with GitHub repositories, primarily for bots and AI agents.
qoder-github-mcp-server
A server that interacts with GitHub's API to automate tasks like updating comments, managing pull requests, and manipulating files.