12345678910111213141516171819202122 |
- {
- "mcpServers": {
- "fileSystem": {
- "command": "C:\\Program Files\\nodejs\\npx.cmd",
- "args": [
- "-y",
- "@modelcontextprotocol/server-filesystem",
- "D:\\software"
- ]
- },
- "search1api": {
- "command": "C:\\Program Files\\nodejs\\npx.cmd",
- "args": [
- "-y",
- "search1api-mcp"
- ],
- "env": {
- "SEARCH1API_KEY": "92A3D8F1-9BFA-485A-90E9-7680914CB666"
- }
- }
- }
- }
|