Back to Home
yuu-git icon

ateliers-ai-mcpserver

Verified Safe

by yuu-git

Overview

Provides integrated GitHub/local file operations, Git management, and knowledge base access (via Notion/Docusaurus) to multiple IDEs and AI clients through a C#/.NET Model Context Protocol (MCP) server.

Installation

Run Command
dotnet run --project "./Ateliers.Ai.McpServer/Ateliers.Ai.McpServer.csproj"

Environment Variables

  • GitHub.Token
  • GitHub.Email
  • GitHub.Username
  • Notion.ApiToken
  • Notion.Databases.Tasks
  • Notion.Databases.Ideas

Security Notes

The server implements good security practices, such as recommending `appsettings.local.json` for secrets and explicitly discouraging hardcoding. It also explicitly disables `AutoPull/AutoPush` by default to prevent unwanted Git history pollution, requiring explicit Git commands from the user/AI. Visual Studio 2026 Preview integration includes an additional security layer requiring manual approval for third-party MCP servers. The primary risks are inherent to giving an AI programmatic access to file systems and Git operations if misconfigured or misused by the AI itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-04

Tags

MCP ServerC#IDE IntegrationGitHubKnowledge Base