Back to Home
yo-mi2027 icon

mcp_server

Verified Safe

by yo-mi2027

Overview

Enables LLMs (specifically Claude) to interact with and retrieve information from structured local manuals via a hierarchical reasoning RAG workflow.

Installation

Run Command
node /path/to/mcp_server/manual-tools-mcp/build/index.js

Environment Variables

  • MANUAL_TOOLS_PORT
  • MANUAL_TOOLS_BASE_URL
  • MANUAL_TOOLS_URL
  • MANUALS_ROOT

Security Notes

The system is designed for local operation with the FastAPI backend bound to `127.0.0.1`. CORS is configured for local access. Regex search functionality includes a fallback mechanism for invalid patterns, preventing potential injection issues. No hardcoded secrets were found, and there's no use of `eval` or similar dangerous dynamic code execution. Overall, it's very safe for its intended local-only use, but like any local server, its security is tied to the host machine's integrity.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-06

Tags

MCPFastAPIRAGLocal ManualsAI Tooling