jess-mcp-server
Verified Safeby Sean-m-e
Overview
Serves externalized knowledge base and behavioral protocols for a voice agent (Jess v3.33) via an API, supporting multi-client data access.
Installation
npm startEnvironment Variables
- PORT
Security Notes
The server uses Express and reads static JSON files. User input for client and resource names is validated against predefined lists, mitigating direct path traversal risks. No 'eval' or other dynamic code execution from user input is observed. The pseudo-code in JSON files is intended for the voice agent, not direct server-side execution. No hardcoded secrets are present in the provided code.
Similar Servers
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
mcp-typescript-starter
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.