Back to Home
yo-mi2027 icon

mcp_server

Verified Safe

by yo-mi2027

Overview

Provides a Model Context Protocol (MCP) server that enables AI agents to query and retrieve information from structured local manuals using a Retrieval Augmented Generation (RAG) workflow.

Installation

Run Command
cd manual-tools && docker compose up

Environment Variables

  • MANUAL_TOOLS_PORT
  • MANUALS_ROOT
  • MANUAL_TOOLS_BASE_URL
  • MANUAL_TOOLS_URL

Security Notes

The FastAPI backend accesses local manual files based on inputs derived from TOCs. While basic path validation is present for file names, careful review of `manual` and `section_id` parameters would be prudent if deployed in an untrusted environment. CORS configuration is minimal, allowing only `127.0.0.1` and `localhost` by default, which is appropriate for local development but would require hardening for public exposure. No hardcoded secrets or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-11

Tags

MCPRAGFastAPIManualsAI Tools