mcpbeat

Filesystem Context MCP Server

io.github.j0hanz/filesystem-context
local only

Filesystem Context runs on your own machine โ€” the client starts it, so there is no endpoint to ping.

๐Ÿ” Read-only MCP server for secure filesystem exploration, searching, and analysis

The linked repository no longer exists on GitHub โ€” it was deleted or made private.

โ€”
Installs / week
npm ยท @j0hanz/filesystem-context-mcp
โ€”
Stars
on GitHub
โ€”
Last commit
0 releases in 90 days
โ€”
License
language unknown

Connect this server

This server runs on your own machine โ€” install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add filesystem-context -- npx -y @j0hanz/filesystem-context-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "filesystem-context": {
      "args": [
        "-y",
        "@j0hanz/filesystem-context-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.filesystem-context]
command = "npx"
args = ["-y", "@j0hanz/filesystem-context-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "filesystem-context": {
      "args": [
        "-y",
        "@j0hanz/filesystem-context-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "filesystem-context": {
      "args": [
        "-y",
        "@j0hanz/filesystem-context-mcp"
      ],
      "command": "npx"
    }
  }
}

Filesystem Context โ€” questions

Answers built from our own checks of this server.

Why is there no uptime for Filesystem Context?
Filesystem Context runs on your own machine over stdio โ€” there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @j0hanz/filesystem-context-mcp.
Is Filesystem Context still maintained?
The linked repository no longer exists on GitHub โ€” it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Filesystem Context?
Copy the ready config from this page โ€” we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @j0hanz/filesystem-context-mcp straight from npm; nothing to host, nothing to sign up for.