Back to Home
Y4NN777 icon

devlens-mcp

Verified Safe

by 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

Run Command
uv run python -m devlens.server

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-12

Tags

web scrapingAI toolsdocumentationorchestrationdeveloper workflow