movk-nuxt-docs
Verified Safeby mhaibaraai
Overview
Provides a modern Nuxt 4 documentation theme with integrated AI chat assistant, Model Context Protocol (MCP) server support, and automated documentation generation.
Installation
pnpm devEnvironment Variables
- AI_GATEWAY_API_KEY
- OPENROUTER_API_KEY
- NUXT_GITHUB_TOKEN
- NUXT_SITE_URL
Security Notes
External AI API keys and GitHub token are managed via environment variables. Relies on trusted Nuxt Content for document access, mitigating direct path traversal risks. Prettier worker dynamically loads scripts from a trusted CDN (jsdelivr.net), which is generally safe within a worker context. Ensure all environment variables are kept confidential.
Similar Servers
nuxt-mcp-dev
This server provides development context and real-time insights from Vite/Nuxt applications to AI models via a Model Context Protocol (MCP) server.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-toolkit
Develop a Model Context Protocol (MCP) server directly within a Nuxt application, allowing AI agents to interact with application functionalities, access data, and utilize predefined prompts.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.