{ "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 }, "context7": { "type": "http", "url": "https://mcp.context7.com/mcp", "alwaysLoad": true }, "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}" } } } }