mcp_server
Verified Safeby yo-mi2027
Overview
Enables LLMs (specifically Claude) to interact with and retrieve information from structured local manuals via a hierarchical reasoning RAG workflow.
Installation
node /path/to/mcp_server/manual-tools-mcp/build/index.jsEnvironment 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
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
DAUT
AI-powered tool to automatically generate and maintain documentation for codebases using LLMs and RAG.
mcp-rag-server
Provides a local, zero-network Retrieval-Augmented Generation server for any code repository, enabling semantic search and file access through the Model Context Protocol (MCP) for AI clients like GitHub Copilot Agent.
MCP-Server
A server for exposing local tool APIs via the Model Context Protocol (MCP) to be consumed by AI/ML clients or agents.