drio
Open app

mcp-filesystem-server

Source

A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools

Catalog onlyCatalog onlySTDIO

Overview

The mcp-filesystem-server is a Go implementation of the Model Context Protocol (MCP), designed to facilitate seamless integration between large language model (LLM) applications and external data sources and tools.

To use the mcp-filesystem-server, set up the server by following the instructions in the GitHub repository, and then connect your LLM applications to external data sources using the MCP protocol.

  • Go implementation of the Model Context Protocol (MCP) - Enables integration with various external data sources and tools - Supports LLM applications for enhanced functionality
  1. Integrating LLM applications with databases for dynamic data retrieval.
  2. Connecting LLMs to APIs for real-time data processing.
  3. Facilitating data exchange between LLMs and external tools for improved workflows.

Add to your AI client

Use these steps to connect mcp-filesystem-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-filesystem-server-qiangmzsx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-filesystem-server-qiangmzsx"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-filesystem-server-qiangmzsx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-filesystem-server-qiangmzsx"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-filesystem-server-qiangmzsx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-filesystem-server-qiangmzsx"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-filesystem-server-qiangmzsx": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-filesystem-server-qiangmzsx"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-filesystem-server-qiangmzsx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-filesystem-server-qiangmzsx"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-filesystem-server-qiangmzsx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-filesystem-server-qiangmzsx"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol (MCP)?

MCP is a protocol that allows LLM applications to interact with external data sources and tools seamlessly.

Is mcp-filesystem-server open source?

Yes! The mcp-filesystem-server is available on GitHub and is open for contributions.

What programming language is used for mcp-filesystem-server?

The server is implemented in Go.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3567,"uuid":"4ee05bd8-fdb1-47b8-8271-84ecf805fff4","name":"mcp-filesystem-server","title":"mcp-filesystem-server","description":"A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools","avatar_url":"https://avatars.githubusercontent.com/u/4846144?v=4","created_at":"$D2025-03-20T08:37:56.115Z","updated_at":"$D2025-03-20T09:14:08.733Z","status":"created","author_name":"qiangmzsx","author_avatar_url":"https://avatars.githubusercontent.com/u/4846144?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/qiangmzsx/mcp-filesystem-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"5\",\"license\":\"\",\"language\":\"Go\",\"is_official\":false,\"latest_commit_time\":\"2025-04-14 16:33:35\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]