spicedocs-mcp
Verified Safeby medley56
Overview
Provides Claude with access to a local web archive of NAIF SPICE documentation for searching, browsing, and querying.
Installation
uvx --from git+https://github.com/medley56/spicedocs-mcp@1.0.0 spicedocs-mcpEnvironment Variables
- SPICEDOCS_CACHE_DIR
- SPICEDOCS_BASE_URL
- SPICEDOCS_SKIP_DOWNLOAD
Security Notes
The server implements robust path traversal protection for file access and uses parameterized queries for SQLite interactions, effectively mitigating SQL injection risks. It downloads documentation from the well-known and trusted NAIF website (naif.jpl.nasa.gov) during initial setup or an explicit refresh.
Similar Servers
sub-agents-mcp
Orchestrates Claude Code-style sub-agents via MCP, enabling task-specific AI agents (like 'test-writer' or 'code-reviewer') to be defined in markdown files and executed through Cursor, Claude, or Gemini CLIs across any MCP-compatible tool.
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
firemcp
Enables AI agents and LLMs to securely interact with Firestore databases through a Model Context Protocol (MCP) server, offering complete CRUD and query operations.
mcp-reference
A reference processing tool for Markdown documents, providing automated reference extraction, citation renumbering, bibliography generation, and related literature recommendation functions, integrated via Model Context Protocol (MCP) into Trae IDE.