filesystem vs sugar
Side-by-side comparison to help you pick between these two MCP servers.
filesystem by modelcontextprotocol | sugar by roboticforce | |
|---|---|---|
| Stars | ★ 85,748 | ★ 75 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | File SystemDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
sugar · Summary
Sugar provides persistent memory for AI coding agents with MCP integration for cross-session context and task automation.
filesystem · Use cases
- Enable AI models to read and write project files during development
- Allow Claude or other MCP clients to browse and analyze codebases
- Provide secure sandboxed access to specific directories for content generation
sugar · Use cases
- AI coding agents need persistent memory across sessions to remember project-specific preferences and decisions
- Autonomous resolution of GitHub issues labeled as security, bug, or dependabot
- Cross-project knowledge sharing through global guidelines and best practices
filesystem · Install
Installation
Using NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}Using Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code Extension
Click the installation buttons in the README to install directly in VS Code.
sugar · Install
# Recommended installation with pipx
pipx install sugarai
# With semantic search (recommended)
pipx install 'sugarai[memory]'
# With GitHub integration
pipx install 'sugarai[github]'
# Setup for Claude Code
claude mcp add sugar -- sugar mcp memory
claude mcp add sugar-tasks -- sugar mcp tasksConfiguration file: .sugar/config.yaml