Back to Home
mmeents icon

DaemonsMCP

Verified Safe

by mmeents

Overview

Facilitate LLM interaction with local codebases by providing secure access to explore, read, and write project files.

Installation

Run Command
No command provided

Environment Variables

  • ASPNETCORE_ENVIRONMENT

Security Notes

The server grants powerful read/write access to local codebases, which is inherently high-risk. However, the documentation and client-side code indicate strong security awareness with features like: required file extensions, write-protected paths, max file size limits, automatic backups for file modifications/deletions, input validation, and an authentication/authorization system (users, access tokens, invitations, user credentials). The database connection string is configured for local SQL Server with 'Integrated Security=True' and 'TrustServerCertificate=True', which is acceptable for local development but 'TrustServerCertificate=True' can be a risk in production. A 'TODO' for 'createdByUserId: 1' in user creation on the client side is a minor temporary vulnerability.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassHigh
Avg Tokens1000
Stars5
Forks0
Last Update2026-01-19

Tags

LLM controlcodebase managementcode modificationC#development tool