{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\PC\\Desktop\\mcp_helloworld"
]
},
"ex1": {
"command": "python",
"args": [
"D:\\Github\\Claude_Code_WS\\basic\\ex1.py"
]
},
"ex2": {
"command": "python",
"args": [
"D:\\Github\\Claude_Code_WS\\basic\\ex2.py"
]
},
"ex3": {
"command": "python",
"args": [
"D:\\Github\\Claude_Code_WS\\basic\\ex3.py"
]
},
"ex4": {
"command": "python",
"args": [
"D:\\Github\\Claude_Code_WS\\basic\\ex4.py"
]
},
"ex5": {
"command": "python",
"args": [
"D:\\Github\\Claude_Code_WS\\basic\\ex5.py"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"server": {
"command": "D:\\Python\\311\\Scripts\\uv.EXE",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"D:\\Github\\Claude_Code_WS\\basic\\server.py"
]
}
}
}