{ "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": true }, "context7": { "type": "http", "url": "https://mcp.context7.com/mcp", "alwaysLoad": true }, "playwright": { "command": "npx", "args": ["-y", "@playwright/mcp@latest", "--cdp-endpoint=http://localhost:9222"] }, "a11y": { "command": "npx", "args": ["-y", "a11y-mcp"] }, "lighthouse": { "command": "npx", "args": ["-y", "-p", "@danielsogl/lighthouse-mcp", "lighthouse-mcp-server"] }, "shadcn": { "command": "npx", "args": ["shadcn@latest", "mcp"] } } }