A MCP server for CPTMSDUG. Get all your answeres here.
{
"mcpServers": {
"cptmsdug-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 208 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for CPTMSDUG MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
git clone https://github.com/mattleibow/CPTMSDUG-MCP-Server.git
cd CPTMSDUG-MCP-Server
dotnet build
dotnet test
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.