ai-docs
Verified Safeby terrpan
Overview
A markdown-based wiki platform integrated with an MCP server to provide documentation access and smart search through GitHub Copilot in VS Code.
Installation
No command providedSecurity Notes
The project uses local services (MCP server, embedding service, ChromaDB) that open ports (3000, 3001, 8000, 8001). While these are typically bound to localhost by default in Docker Compose, they represent local network exposure. The MCP server processes context from GitHub Copilot, which could include sensitive code, requiring a trusted execution environment. A Git `post-receive` hook automatically restarts Docker containers, which relies on the trustworthiness of the repository and could be a vector if untrusted code is introduced. No explicit 'eval' or obfuscation was identified, and the use of local ML models enhances data privacy by not sending content to external AI APIs.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.