ateliers-ai-mcpserver
Verified Safeby 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
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
meshy-ai-mcp-server
This server acts as a Model Context Protocol (MCP) wrapper for the Meshy AI API, enabling MCP clients to interact with Meshy's generative 3D tools for tasks like text-to-3D, image-to-3D, texturing, rigging, and animation.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.