16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"mcpServers": {
|
|
"memory": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-memory"],
|
|
"trust": "workspace"
|
|
},
|
|
"filesystem": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-filesystem", "./docs"],
|
|
"trust": "trusted"
|
|
}
|
|
}
|
|
}
|