Server Example
Provides a basic implementation of a Model Context Protocol (MCP) server using .NET.
About
This project offers a foundational MCP server implementation using .NET, complete with endpoints for MCP client interaction. It incorporates testing and debugging utilities like the MCP Inspector for seamless development. The example demonstrates integration with external services such as GitLab, utilizing user secrets for secure configuration.
Key Features
- Includes endpoints for interacting with MCP clients
- Provides example tools like WhoIs and SearchGroups (GitLab)
- Implements a basic MCP server using .NET
- Demonstrates integration with GitLab using user secrets
- Integrates with the MCP Inspector for testing and debugging
- 0 GitHub stars
Use Cases
- Integrating MCP servers with external services
- Developing and testing MCP server implementations
- Debugging MCP server interactions with clients