Files
pi_mcps/.roo/mcp.json
2026-04-04 11:54:26 +02:00

62 lines
1.1 KiB
JSON

{
"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": [
"webscraper_fetch"
]
},
"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"
]
},
"mcp-image-gen": {
"command": "uv",
"args": ["--directory", "/home/pplate/pi_mcps/mcp/mcp-image-gen", "run", "src/server.py"],
"env": {
"COMFYUI_URL": "http://localhost:8188",
"IMAGE_OUTPUT_DIR": "/home/pplate/Pictures/mcp-generated"
}
}
}
}