DaemonsMCP
Verified Safeby mmeents
Overview
Facilitate LLM interaction with local codebases by providing secure access to explore, read, and write project files.
Installation
No command providedEnvironment 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
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
jinni
A tool to efficiently provide Large Language Models with structured project context for code comprehension and generation tasks.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
codebase-context
Provides AI coding agents with real-time, context-rich insights into a codebase's patterns, libraries, architecture, and conventions to improve code generation quality and alignment with team standards.