ateliers-training-mcpserver-claude
Verified Safeby 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
dotnet run --project Ateliers.Training.McpServer.ClaudeEnvironment 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
biomedmcp
A biomedical research Model Context Protocol (MCP) server and an autonomous research agent that uses local LLMs to search PubMed and the web for medical questions, providing evidence-based answers with citations.
Mastervolt-Deep-Research
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.
inboxfewer
Provides AI assistants with programmatic access to Google productivity services (Gmail, Docs, Drive, Calendar, Meet, Tasks).