mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 03:51:10 -05:00
28 lines
597 B
JSON
28 lines
597 B
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"
|
|
]
|
|
}
|
|
}
|
|
} |