filesystem vs estonia-ai-kit
Side-by-side comparison to help you pick between these two MCP servers.
filesystem by modelcontextprotocol | estonia-ai-kit by stefanoamorelli | |
|---|---|---|
| Stars | ★ 85,748 | ★ 65 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | File SystemDeveloper ToolsProductivity | Developer ToolsAI / LLM Toolsgovernment |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
estonia-ai-kit · Summary
Estonia AI Kit provides MCP servers and skills to connect AI models to Estonia's digital infrastructure and government services.
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
estonia-ai-kit · Use cases
- AI assistants accessing Estonian business registry data
- Automating tax declarations through AI agents
- Building applications that integrate with Estonia's digital identity system
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.
estonia-ai-kit · Install
MCP Servers
# Install dependencies
bun install
# Build all packages
bun run buildAdd to Claude Desktop configuration:
{
"mcpServers": {
"estonia-rik": {
"command": "node",
"args": ["/path/to/estonia-ai-kit/mcp/rik/dist/index.js"]
},
"estonia-open-data": {
"command": "node",
"args": ["/path/to/estonia-ai-kit/mcp/open-data/dist/index.js"]
}
}
}CLI Tools
# Install the EMTA CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/emta@latest
# Install the LHV CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/lhv@latest