29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"mcpServers": {
|
|
"obsidian": {
|
|
"command": "uvx",
|
|
"args": ["mcp-obsidian"],
|
|
"env": { "OBSIDIAN_API_KEY": "${OBSIDIAN_API_KEY}", "OBSIDIAN_HOST": "127.0.0.1", "OBSIDIAN_PORT": "27124" },
|
|
"alwaysLoad": true
|
|
},
|
|
"forgejo": {
|
|
"command": "C:/Users/user/tools/bin/forgejo-mcp.exe",
|
|
"args": ["-t", "stdio", "-url", "https://git.gendsgn.ru", "-debug=false"],
|
|
"alwaysLoad": false
|
|
},
|
|
"postgres-gendesign": {
|
|
"type": "stdio",
|
|
"command": "docker",
|
|
"args": ["run", "-i", "--rm", "-e", "DATABASE_URI", "crystaldba/postgres-mcp", "--access-mode=restricted"],
|
|
"env": { "DATABASE_URI": "${GENDESIGN_DB_URI}" }
|
|
},
|
|
"playwright": { "command": "npx", "args": ["-y", "@playwright/mcp@latest", "--cdp-endpoint=http://localhost:9222"], "alwaysLoad": true },
|
|
"a11y": { "command": "npx", "args": ["-y", "a11y-mcp"] },
|
|
"lighthouse": { "command": "npx", "args": ["-y", "-p", "@danielsogl/lighthouse-mcp", "lighthouse-mcp-server"] },
|
|
"glitchtip": {
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-glitchtip"],
|
|
"env": { "GLITCHTIP_TOKEN": "${GLITCHTIP_TOKEN}", "GLITCHTIP_ORGANIZATION": "gendesign", "GLITCHTIP_BASE_URL": "https://errors.gendsgn.ru" }
|
|
}
|
|
}
|
|
}
|