Back to Home
yuu-git icon

ateliers-training-mcpserver-claude

Verified Safe

by yuu-git

Overview

Serves as a Model Context Protocol (MCP) server for Claude Desktop, enabling access to GitHub-based technical knowledge bases and local file-based note management.

Installation

Run Command
dotnet run --project Ateliers.Training.McpServer.Claude

Environment Variables

  • GITHUB_PAT

Security Notes

The server can be configured to use a GitHub Personal Access Token (PAT) which, if hardcoded directly in `appsettings.json`, could pose a security risk. The `README` explicitly recommends using environment variables for PATs, which is good practice. Local file writing (Phase 3) lacks exclusive control for concurrent writes, which could lead to data integrity issues or loss if multiple operations attempt to write to the same file simultaneously. However, there are no indications of code execution vulnerabilities (e.g., `eval`) or obvious malicious patterns.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-24

Tags

MCP ServerClaude DesktopGitHubKnowledge BaseLocal Notes