mcp-servers
by suparngp
Overview
Provides indexed documentation search capabilities for coding agents, enabling natural language queries over API references, SDKs, and technical guides.
Installation
mcp-docs-serverEnvironment Variables
- OPENAI_API_KEY
- CHROMA_API_KEY
- CHROMA_TENANT_ID
- CHROMA_DATABASE
- CHROMA_URL
Security Notes
Critical vulnerabilities: Potential path traversal in file operations (reading/writing raw/cleaned documents) due to insufficient validation of 'projectName' and URL-derived paths. High risk of Cross-Site Scripting (XSS) in the web interface if unsanitized markdown content is indexed and rendered directly via 'x-html'. Insecure default: ChromaDB configured with permissive CORS ('*') in development Docker setup.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
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.
bluera-knowledge
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.
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.