Back to Home
echoes-io icon

mcp-server

Verified Safe

by 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

Run Command
npx @echoes-io/mcp-server

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-09

Tags

AIStorytellingKnowledge GraphRAGSemantic Search