38 lines
913 B
JSON
38 lines
913 B
JSON
{
|
|
"mcpServers": {
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"/Users/yangzun/Desktop/Markdown",
|
|
"/Users/yangzun/Documents"
|
|
]
|
|
},
|
|
"git": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-git",
|
|
"--repository",
|
|
"/Users/yangzun/Desktop/Git/git.treesir.pub/cdryzun/mcp-server-cursor"
|
|
]
|
|
},
|
|
"browser-tools-server": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@agentdeskai/browser-tools-mcp@latest"
|
|
]
|
|
},
|
|
"baidu-map": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@baidumap/mcp-server-baidu-map"
|
|
],
|
|
"env": {
|
|
"BAIDU_MAP_API_KEY": "MlY1FqcOXa0Uweiw7r1kRlAiA1Ia94re"
|
|
}
|
|
}
|
|
}
|
|
} |