jedi-mcp
Verified Safeby blueorbitz
Overview
Converts technical documentation websites into Model Context Protocol (MCP) servers, enabling AI coding assistants to access detailed framework, library, API, SDK, and language documentation during development.
Installation
uvx --from . jedi-mcp serve --project example-docsEnvironment Variables
- JEDI_MODEL_PROVIDER
- GOOGLE_API_KEY
- AWS_REGION
- JEDI_NAVIGATION_MODEL
- JEDI_CONTENT_MODEL
Security Notes
The project demonstrates good security practices for web crawling (rate limiting, URL validation, external link filtering) and AI API key management (environment variables, no hardcoded secrets, parameterized SQL queries). The use of Playwright for headless browser automation (to handle JavaScript-rendered content) inherently carries a risk of executing JavaScript from crawled sites; however, this is mitigated by robust URL filtering and strict adherence to documentation-specific content.
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.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.