abp-mcp-server
Verified Safeby ebicoglu
Overview
Provides ABP Framework-specific information to AI agents through a Model Context Protocol server by searching documentation, GitHub issues, support questions, and community articles.
Installation
dotnet run --project AbpMcpServer.csprojEnvironment Variables
- GITHUB_TOKEN
Security Notes
The provided source code is heavily truncated, consisting mainly of the README and an example JSON input. Therefore, a comprehensive security audit of the C# implementation for vulnerabilities like 'eval', obfuscation, hardcoded secrets, or malicious patterns is not possible. The server performs web scraping and makes GitHub API calls, which, if not implemented securely, could pose risks such as denial-of-service against target websites, or improper handling of API keys. However, the server itself runs locally and communicates via STDIO, which minimizes local network exposure.
Similar Servers
apify-mcp-server
Enables AI agents (LLMs) to interact with the Apify platform, allowing for web scraping, data extraction, and task automation via Apify Actors, data storage, and documentation search.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.