Back to Home
happyvertical icon

smrt-docs-mcp

Verified Safe

by happyvertical

Overview

Provides AI-powered access to SMRT framework documentation, routing developer queries to relevant package experts using RAG (Retrieval-Augmented Generation) from CLAUDE.md files.

Installation

Run Command
npx -y @happyvertical/smrt-docs-mcp

Environment Variables

  • HAVE_AI_API_KEY
  • HAVE_AI_TYPE
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GEMINI_API_KEY
  • DEBUG

Security Notes

The server uses environment variables for AI API keys, preventing hardcoded secrets. Communication with the MCP client is via standard I/O (stdio), which is generally secure within a controlled environment. It reads local CLAUDE.md files for documentation, which is within its expected operational scope. No 'eval' or other direct code execution vulnerabilities were found within the provided source. The 'auto-changeset.ts' script executes git commands, but this is a development/CI script and not part of the runtime server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-10

Tags

RAGAIDocumentationSMRT FrameworkMCP