FieldCure MCP Filesystem Server
Rank #53,249io.github.fieldcure/filesystem
Secure MCP server for sandboxed filesystem operations with document parsing support.
FieldCure MCP Filesystem Server is a Model Context Protocol (MCP) server published by fieldcure. It ranks #53,249 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. FieldCure MCP Filesystem Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 6, 2026 and most recently updated on May 25, 2026.
Ranks ahead of 62,211 of 115,460 servers on MCP Toplist.
Use FieldCure MCP Filesystem Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add filesystem -- dnx FieldCure.Mcp.Filesystem[mcp_servers.filesystem]
command = "dnx"
args = ["FieldCure.Mcp.Filesystem"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"filesystem": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"filesystem": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"filesystem": {
"type": "stdio",
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"filesystem": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"filesystem": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fieldcure%2Ffilesystem)<a href="https://mcptoplist.com/server/io.github.fieldcure%2Ffilesystem"><img src="https://mcptoplist.com/badge/io.github.fieldcure%2Ffilesystem.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
fieldcure
Other servers by fieldcure
- fieldcure-mcp-essentials#53,248 · 1 ver
- FieldCure MCP Outbox Server#53,250 · 1 ver
- FieldCure PublicData.Kr#53,251 · 1 ver
- FieldCure MCP RAG Server#53,252 · 1 ver
- AssistStudio Runner#54,852 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.1.2 | May 25, 2026 |
Frequently asked questions
- Who maintains FieldCure MCP Filesystem Server?
- FieldCure MCP Filesystem Server is maintained by fieldcure, which publishes 6 MCP servers (6 total versions) tracked on MCP Toplist.
- Is FieldCure MCP Filesystem Server listed on the Official MCP Registry?
- Yes — FieldCure MCP Filesystem Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does FieldCure MCP Filesystem Server have?
- MCP Toplist tracks 1 version of FieldCure MCP Filesystem Server, most recently published on May 25, 2026.
- Where can I find the source code for FieldCure MCP Filesystem Server?
- The source code for FieldCure MCP Filesystem Server is hosted at github.com/fieldcure/fieldcure-mcp-filesystem.