Files
infrastructure/mcp/config.json
2025-07-17 11:07:04 -06:00

13 lines
245 B
JSON

{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}