mmeents/DaemonsMCP
DaemonsMCP is a comprehensive C# MCP service that provides LLMs with secure, full-featured access to explore, read, and write to local codebases. Built on MCPSharp for reliable transport and JSON-RPC communication, it gives your AI assistant the ability to see, navigate, understand, and modify your project files just like a developer would.
Platform-specific configuration:
{
"mcpServers": {
"DaemonsMCP": {
"command": "npx",
"args": [
"-y",
"DaemonsMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...