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

62 lines
1.2 KiB
JSON

{
"mcpServers": {
"F8qS1jKbjMsd415nP9YIh": {
"name": "MCP 服务器",
"description": "",
"baseUrl": "",
"command": "",
"args": [],
"env": {},
"isActive": false
},
"sequential-thinking": {
"isActive": true,
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"name": "sequential-thinking"
},
"files": {
"isActive": true,
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@modelcontextprotocol/server-filesystem",
"D:\\AI\\ai-data"
],
"name": "files"
},
"excel": {
"isActive": true,
"command": "cmd",
"args": [
"/c",
"npx",
"--yes",
"@negokaz/excel-mcp-server"
],
"env": {
"EXCEL_MCP_PAGING_CELLS_LIMIT": "4000"
},
"name": "excel"
},
"quickchart-server": {
"isActive": true,
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@gongrzhe/quickchart-mcp-server"
],
"name": "quickchart-server"
}
}
}