MonkeyApp
by Shawn-Broadhead-Scorpion
Overview
A console application designed for managing monkey species data and integrating with GitHub through an MCP server.
Installation
dotnet runEnvironment Variables
- GITHUB_TOKEN
Security Notes
Source code provided is limited to README.md only. Cannot perform a thorough security audit for 'eval', obfuscation, network risks, hardcoded secrets, or malicious patterns without the actual application code.
Similar Servers
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.
etude-agent-rules-mcp
An IDE-agnostic MCP server that exposes project rules and workflows as MCP resources, providing consistent development guidelines to AI coding tools.
mcp-poc
A self-contained .NET Model Context Protocol (MCP) server for local development and NuGet publication, offering tools for calculations, CEP lookups, random number generation, and history tracking, integrated with AI assistants like Copilot.
mcp-server-experiment
This project explores building and testing a Model Context Protocol (MCP) server using .NET and C#, integrating simple tools like 'echo' and 'get_config_value' for AI agent interaction.