devlens-mcp
Verified Safeby Y4NN777
Overview
An MCP server that provides AI assistants with structured and token-efficient web access for search, scraping, and documentation gathering, aiming to reduce developer context-switching.
Installation
uv run python -m devlens.serverSecurity Notes
The project extensively interacts with external web content, which inherently carries risks. However, it mitigates these by: using established and robust libraries like `httpx`, `crawl4ai`, and `duckduckgo-search`; implementing URL format validation and basic filtering against known problematic links in `crawl_docs`; and strictly controlling same-domain link following. No `eval`, code obfuscation, or hardcoded secrets were found in the provided source. Input sanitization is present for search queries and URLs. The primary risk would be a highly sophisticated Server-Side Request Forgery (SSRF) if the server were exposed publicly without additional network layers, but the internal handling suggests reasonable precautions.
Similar Servers
scrapegraph-mcp
Provides a Model Context Protocol (MCP) server that integrates with ScrapeGraph AI, enabling language models to perform advanced AI-powered web scraping and structured data extraction across single pages, multiple pages, and search results.
doc-bot
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.
livewire-flux-mcp
Provides AI assistants with structured access to Livewire Flux component, layout, and icon documentation by scraping the official website and GitHub.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.