Developer Tools
Exposes developer productivity tools via an MCP server, offering web search, content extraction, and code analysis capabilities to AI agents and clients.
소개
This project implements a Model Context Protocol (MCP) server in .NET 9.0, designed to enhance developer productivity by exposing a suite of helpful tools. It enables AI agents and clients to access capabilities such as comprehensive web search via DuckDuckGo, efficient content extraction for scraping readable text from web pages, and robust code analysis, currently supporting C# symbol extraction for structural details. Built with the official ModelContextProtocol C# SDK, this server is easy to integrate and extend, allowing developers to add custom functionalities like data access or external service integrations.
주요 기능
- Distributed as a .NET Global Tool for simple installation and updates.
- Content Extraction Tool: Scrape and extract readable text from web pages.
- Code Analysis Tool: Analyze C# code symbols to extract structural details and documentation.
- Web Search Tool: Search the web for relevant URLs using DuckDuckGo.
- Extensible Architecture: Easily add new tools by decorating static methods with the `[McpServerTool]` attribute.
- 0 GitHub stars
사용 사례
- Automating content scraping for data processing or knowledge base creation.
- Assisting developers with automated code structure analysis and documentation extraction.
- Empowering AI agents with real-time web access and information extraction.