{ "mcpServers": { "git": { "command": "uvx", "args": [ "mcp-server-git", "--repository", "/home/pplate/pi_mcps/" ], "alwaysAllow": [ "*" ] }, "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/home/pplate/" ] }, "webscraper": { "command": "uv", "args": [ "run", "--directory", "/home/pplate/pi_mcps/mcp/webscraper", "src/server.py" ], "alwaysAllow": [] }, "gitea": { "command": "/home/pplate/.local/bin/forgejo-mcp", "args": [ "stdio", "--server", "http://192.168.188.119:30008", "--token", "8bf0c734ebda3e61d9c9068489ce58a2bf8d33db" ], "alwaysAllow": [ "*" ] }, "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ] } } }