mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 04:51:09 -05:00
48 lines
1.0 KiB
JSON
48 lines
1.0 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": "",
|
|
"GITHUB_TOOLSETS": "",
|
|
"GITHUB_READ_ONLY": ""
|
|
}
|
|
}
|
|
}
|
|
} |