MCPify
Verified Safeby abdebek
Overview
Exposes ASP.NET Core endpoints and OpenAPI specifications as tools for Model Context Protocol (MCP) compatible AI agents.
Installation
cd Sample && dotnet run --Mcpify:Transport=HttpEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- Mcpify__Transport
- Mcpify__OpenApiDownloadTimeout
Security Notes
The server acts as a bridge; its security heavily depends on the underlying APIs it exposes and how the user configures authentication. No 'eval' or malicious patterns were found in the truncated code. Authentication mechanisms (API Key, Bearer, Basic) are provided, and the sample's demo JWT token generation is explicit and not a hidden secret. Disabling console logging in Stdio mode is a good practice to prevent protocol corruption.
Similar Servers
ACI_MCP
A Node.js-based Model Context Protocol (MCP) server for managing and configuring Cisco ACI fabrics through its APIC REST API.
ancplua-mcp
This project provides C#/.NET Model Context Protocol (MCP) servers that expose a robust set of development tools for filesystem, Git, CI, Roslyn code analysis, and multi-AI orchestration, designed for integration into AI-assisted development workflows.
bookstack-mcp
This server integrates BookStack documentation management with Cursor AI using the Model Context Protocol.
MCP_server
The MCP Server enables AI models to securely interact with local system resources through a defined protocol, offering granular control over file access, code execution, resource usage, and various communication transports.