Files
thrillwiki_laravel/.roo/mcp.json

48 lines
1.1 KiB
JSON

{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"/Volumes/macminissd/Projects/ThrillWiki/thrillwiki_laravel"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Volumes/macminissd/Projects/ThrillWiki/thrillwiki_laravel"
]
},
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://192.168.86.3:5432"
]
},
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"-e",
"GITHUB_TOOLSETS",
"-e",
"GITHUB_READ_ONLY",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "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",
"GITHUB_TOOLSETS": "",
"GITHUB_READ_ONLY": ""
}
}
}
}