Back to Home
medley56 icon

spicedocs-mcp

Verified Safe

by medley56

Overview

Provides an MCP server for Claude to access and search a local archive of NAIF SPICE documentation.

Installation

Run Command
uvx --from git+https://github.com/medley56/spicedocs-mcp@1.0.0 spicedocs-mcp

Environment Variables

  • SPICEDOCS_CACHE_DIR
  • SPICEDOCS_BASE_URL
  • SPICEDOCS_SKIP_DOWNLOAD

Security Notes

The server includes robust path traversal protection using `Path.resolve()` and `relative_to()` to ensure file access is restricted to the intended archive directory. SQLite queries are parameterized to prevent SQL injection. HTML content is parsed with BeautifulSoup to extract text and links, avoiding direct execution of potentially malicious scripts. The primary potential risk involves a user intentionally overriding `SPICEDOCS_BASE_URL` to download documentation from an untrusted source, which an LLM might then interpret. However, the server itself does not execute this content.

Similar Servers

Stats

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

Tags

MCP ServerDocumentation SearchSPICE ToolkitOffline ArchiveAI Integration