knowledge-vault/sources/references/开发笔记/Nodejs/MCP-Server-Sample-bin.json

58 lines
1.4 KiB
JSON

{
"mcpServers": {
"files": {
"isActive": false,
"name": "files",
"type": "stdio",
"registryUrl": "https://registry.npmmirror.com",
"command": "C:\\Users\\wangq\\.cherrystudio\\bin\\bun.exe",
"args": [
"x",
"-y",
"@modelcontextprotocol/server-filesystem",
"D:\\AI\\ai-data"
]
},
"sequential-thinking": {
"isActive": false,
"name": "sequential-thinking",
"type": "stdio",
"registryUrl": "https://registry.npmmirror.com",
"command": "C:\\Users\\wangq\\.cherrystudio\\bin\\bun.exe",
"args": [
"x",
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"excel": {
"isActive": false,
"name": "excel",
"type": "stdio",
"registryUrl": "https://registry.npmmirror.com",
"command": "C:\\Users\\wangq\\.cherrystudio\\bin\\bun.exe",
"args": [
"x",
"-y",
"@negokaz/excel-mcp-server"
],
"env": {
"EXCEL_MCP_PAGING_CELLS_LIMIT": "4000"
}
},
"quickchart-server": {
"isActive": false,
"name": "quickchart-server",
"type": "stdio",
"registryUrl": "https://registry.npmmirror.com",
"command": "C:\\Users\\wangq\\.cherrystudio\\bin\\bun.exe",
"args": [
"x",
"-y",
"@gongrzhe/quickchart-mcp-server"
]
}
}
}