Back to search
30
MCP

Filesystem MCP

io.github.j0hanz/filesystem-mcp

MCP Server that enables LLMs to interact with the local filesystem.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

evm-mcp-server
MCP server that provides LLMs with tools for interacting with EVM networks
0 tools
compiler-explorer-mcp
MCP server allowing LLMs to interact remotely with compilers
0 tools
file-tools-mcp
MCP server providing file tools for LLMs and coding agents to quickly get project context
0 tools
linux-mcp-server
Tools to allow LLM clients to interact with Linux systems remotely
0 tools
mcp-client-llm
MCP server for the LLMs
0 tools
linkedmcp
MCP server to get help with Linkedin content using LLM
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "filesystem_mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}