by codemaestroai
A Model Context Protocol (MCP) server that provides secure filesystem access to AI assistants in Code Maestro Desktop.
This MCP server allows AI assistants to:
All operations are restricted to the directories you explicitly allow.
We forked the original @modelcontextprotocol/server-filesystem
to make it more efficient for AI assistants. The original package could return extremely large outputs that waste tokens and overwhelm language models.
Our improvements:
node_modules
, .git
, and similar directoriesThese changes ensure your AI assistant gets the information it needs without drowning in unnecessary data.
1. Open CM Desktop and click connectors
2. Click "Add" and paste the following JSON:
*Configuration content*
3. Replace <YOUR_PROJECT_PATH>
with the actual path to your project directory
Example paths:
"C:\\Users\\YourName\\Projects\\my-project"
"/home/username/projects/my-project"
You can specify multiple directories:
*Configuration content*
Note: This is a temporary solution. We're working on native file operation support in CM Desktop.
No version information available