-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
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?
fortran01 and stefandanzl
Metadata
Metadata
Assignees
Labels
No labels