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 for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
viberag
Local codebase semantic search (RAG) for AI coding assistants via MCP server.
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.
DAUT
AI-powered tool to automatically generate and maintain documentation for codebases using LLMs and RAG.