12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "mcpServers": {
- "fileSystem": {
- "command": "D:\\software\\nodeJs\\npx.cmd",
- "args": [
- "-y",
- "@modelcontextprotocol/server-filesystem",
- "D:\\software\\sqlite"
- ]
- },
- "sqlLite": {
- "command": "D:\\Program Files\\python3.12.3\\Scripts\\uvx.exe",
- "args": [
- "mcp-server-sqlite",
- "--db-path",
- "D:\\work-space-study\\spring-ai-mcp-demo\\mcp-client\\src\\main\\resources\\test.db"
- ]
- },
- "fetch": {
- "command": "D:\\Program Files\\python3.12.3\\Scripts\\uvx.exe",
- "args": [
- "mcp-server-fetch"
- ]
- },
- "baidu-map": {
- "command": "D:\\Program Files\\python3.12.3\\Scripts\\uvx.exe",
- "args": [
- "run",
- "--with",
- "mcp[cli]",
- "mcp",
- "run",
- "D:\\work-space-python\\python-baidu-map\\baidu_map_mcp_server\\map.py"
- ],
- "env": {
- "BAIDU_MAPS_API_KEY": "{百度地图API-KEY}"
- }
- }
- }
- }
|