MCP Server
io.github.j0hanz/filesystem-context MCP Server
io.github.j0hanz/filesystem-context
What is the io.github.j0hanz/filesystem-context MCP server?
🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis
How to install io.github.j0hanz/filesystem-context
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"filesystem-context": {
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"filesystem-context": {
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"filesystem-context": {
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"filesystem-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}Claude Code
claude mcp add filesystem-context -- npx -y @j0hanz/filesystem-context-mcpRelated MCP servers
Multi-level reasoning MCP server with configurable depth levels
View repository →An MCP server that fetches web pages and converts them to clean, readable Markdown.
View repository →Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.
View repository →