sourcetap
Verified Safeby maxvoltage
Overview
SourceTap enables AI assistants to learn and search any library's documentation directly from GitHub repositories or documentation URLs.
Installation
uv --directory /absolute/path/to/sourcetap run python main.pySecurity Notes
The server downloads content from user-provided URLs (ZIP archives and webpages). While content is processed by internal libraries (zipfile, minsearch) and a proxy (jina.ai), this introduces a dependency on external content and services. A malicious URL could potentially lead to large file downloads (DoS), or exploit vulnerabilities in the parsing libraries, though Python's standard libraries are generally robust. There are no explicit uses of `eval`, `os.system`, or direct shell commands with user input. No hardcoded secrets were found.
Similar Servers
context-portal
Manages structured project context as a knowledge graph for AI assistants and developer tools within IDEs, enabling Retrieval Augmented Generation (RAG) and prompt caching.
mcp-local-rag
A local RAG-like web search server that provides relevant context from web pages to Large Language Models for enhanced responses without external APIs.
mcp-raganything
Provides a FastAPI REST API and MCP server for Retrieval Augmented Generation (RAG) capabilities, integrating with the RAG-Anything and LightRAG libraries for multi-modal document processing and knowledge graph operations.
DAUT
AI-powered tool to automatically generate and maintain documentation for codebases using LLMs and RAG.