Skip to content

How to configure windows filesystem? #75

@TristanLib

Description

@TristanLib

This is my config file:

{
  "mcpServers": {
    "sqlite": {
        "command": "uvx",
        "args": [
          "mcp-server-sqlite",
          "--db-path",
          "D:\\temp\\test.db"
        ]
    },
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
		"E:\\temp"
      ]
    }
  }
}

The claude app can connect sqlite,
however, the file system cannot be connected, and the MCP console displays the following information:

Secure MCP Filesystem Server running on stdio                                                                           
Allowed directories: [ 'e:\\temp' ]    

How to configure windows filesystem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions