Back to Home
blueorbitz icon

jedi-mcp

Verified Safe

by 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

Run Command
uvx --from . jedi-mcp serve --project example-docs

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens20000
Stars0
Forks0
Last Update2025-12-25

Tags

AIdocumentationweb scrapingMCPCLI tool