mcp-server
Verified Safeby echoes-io
Overview
Model Context Protocol (MCP) server for AI-powered storytelling, providing narrative knowledge graph features, semantic search, consistency checks, and dynamic prompt management for narrative content.
Installation
npx @echoes-io/mcp-serverEnvironment Variables
- GEMINI_API_KEY
- ECHOES_GEMINI_MODEL
- ECHOES_EMBEDDING_MODEL
- ECHOES_EMBEDDING_DTYPE
- HF_TOKEN
Security Notes
The codebase appears well-structured with no immediate critical vulnerabilities like 'eval' or hardcoded secrets. API keys (GEMINI_API_KEY) are correctly fetched from environment variables. File system operations are scoped to content and database paths, which is expected for its functionality. The custom YAML parser in `review-apply.ts` could be a point of concern if not rigorously tested against unexpected input, but it appears designed for a specific internal format. Overall, it seems safe to run in its intended context (local client-server interaction via STDIN/STDOUT).
Similar Servers
mcp-server-elasticsearch
Connects Model Context Protocol (MCP) clients to Elasticsearch instances, enabling natural language queries and interactions with Elasticsearch indices and data.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.