Filesystem Context
Rank #7,750io.github.j0hanz/filesystem-context
MCP server providing filesystem-context capabilities
Filesystem Context is a Model Context Protocol (MCP) server published by j0hanz. It ranks #7,750 of 115,460 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Filesystem Context is listed on Official MCP, with 2 tracked versions. It was first listed on Dec 12, 2025 and most recently updated on Dec 12, 2025.
Ranks ahead of 107,710 of 115,460 servers on MCP Toplist.
Use Filesystem Context
claude mcp add filesystem-context -- npx -y @j0hanz/filesystem-context-mcp[mcp_servers.filesystem-context]
command = "npx"
args = ["-y", "@j0hanz/filesystem-context-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"filesystem-context": {
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"filesystem-context": {
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"filesystem-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"filesystem-context": {
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"filesystem-context": {
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}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.j0hanz%2Ffilesystem-context)<a href="https://mcptoplist.com/server/io.github.j0hanz%2Ffilesystem-context"><img src="https://mcptoplist.com/badge/io.github.j0hanz%2Ffilesystem-context.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
j0hanz
Other servers by j0hanz
- Filesystem MCP#2,703 · 52 vers
- Fetch URL MCP Server#10,435 · 82 vers
- Code Lens#14,267 · 41 vers
- Cortex MCP#19,220 · 19 vers
- Memory MCP#35,019 · 4 vers
- PromptTuner MCP#81,997
- MCP Playwright Server#84,140
- Todokit MCP Server#84,141
- memdb#99,526
Available versions (2)
| Version | Published |
|---|---|
| 1.0.9 | Dec 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Filesystem Context?
- Filesystem Context is maintained by j0hanz, which publishes 14 MCP servers (200 total versions) tracked on MCP Toplist.
- Is Filesystem Context listed on the Official MCP Registry?
- Yes — Filesystem Context is listed on the Official MCP Registry.
- How many versions does Filesystem Context have?
- MCP Toplist tracks 2 versions of Filesystem Context, most recently published on Dec 12, 2025.
- Where can I find the source code for Filesystem Context?
- The source code for Filesystem Context is hosted at github.com/j0hanz/filesystem-context-mcp-server.