working on flake

This commit is contained in:
2025-07-17 11:07:04 -06:00
parent 0e417254e7
commit 6928166354
4 changed files with 49 additions and 2 deletions

12
mcp/config.json Normal file
View File

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