mattleibow/CPTMSDUG-MCP-Server
If you are the rightful owner of CPTMSDUG-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A MCP server for CPTMSDUG. Get all your answers here.
CPTMSDUG MCP Server
A C# library and Model Context Protocol (MCP) server for accessing Cape Town MS Developer User Group (CPTMSDUG) data. This project provides both a .NET library for developers and an MCP server that enables AI assistants to answer questions about the CPTMSDUG community.
What's Included
- Cptmsdug.Core: .NET library for loading CPTMSDUG data from https://cptmsdug.dev/
- Cptmsdug.McpServer: MCP server providing AI tools for community information
- Comprehensive Documentation: Detailed guides for tools and common use cases
Installation
Install as a VS Code MCP:
{
"servers": {
"cptmsdug": {
"type": "stdio",
"command": "dnx",
"args": [ "-y", "Cptmsdug.McpServer" ]
}
}
}
The server communicates via stdio using the Model Context Protocol and is designed to be used with MCP-compatible AI clients and assistants.
Developer Quick Start
Prerequisites
- .NET 10.0 SDK
Building the Project
git clone https://github.com/mattleibow/CPTMSDUG-MCP-Server.git
cd CPTMSDUG-MCP-Server
dotnet build
Running Tests
dotnet test
Documentation
- - Questions this server can help answer about CPTMSDUG
- - Technical details about the MCP server
Data Source
All data is sourced from the live CPTMSDUG API at https://cptmsdug.dev/, providing up-to-date information about the Cape Town MS Developer User Group community.