Link
Intelligently fetches structured web documentation and manages conversation memory within the Cursor IDE.
概要
Link is a powerful Model Context Protocol (MCP) server designed for the Cursor IDE, enhancing developer productivity by intelligently acquiring web page documentation and managing conversation memory. It automates the process of scraping structured content from any webpage, identifying UI components, API interfaces, and code examples with configurable deep crawling. Furthermore, Link provides AI-powered memory management, allowing users to save and summarize technical discussions, code solutions, and key decisions into structured Markdown files directly within their project's `.cursor` directory for easy team sharing and AI understanding.
主な機能
- Intelligent web content scraping and structured content extraction
- Configurable deep crawling (0-3 layers) for comprehensive documentation
- AI-powered one-click summarization and saving of technical conversations
- Automatic extraction of key discussion points, code examples, and decisions
- Generates structured Markdown files for AI context and team sharing in the workspace
- 0 GitHub stars
ユースケース
- Research component libraries by deep crawling and saving findings
- Quickly acquire official documentation when learning new technology stacks
- Record and summarize technical discussions, including problems, solutions, and code