claude_desktop_config.example.jsonā¢716 B
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "C:\\Users\\sshin\\Documents"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"crash": {
"command": "npx",
"args": ["-y", "crash-mcp"]
},
"persona": {
"command": "node",
"args": ["C:\\Users\\sshin\\Documents\\persona-mcp\\index.js"]
}
}
}