{
    "mcpServers": {
        "sequential-thinking": {
            "command": "npx",
            "args": [
                "-y",
                "@modelcontextprotocol/server-sequential-thinking"
            ]
        },
        "github": {
            "command": "npx",
            "args": [
                "-y",
                "@modelcontextprotocol/server-github"
            ]
        },
        "memory": {
            "command": "npx",
            "args": [
                "-y",
                "@modelcontextprotocol/server-memory"
            ]
        },
        "playwright": {
            "command": "npx",
            "args": [
                "-y",
                "@playwright/mcp@latest"
            ]
        },
        "git": {
            "command": "uvx",
            "args": ["mcp-server-git"]
        },
        "obsidian-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "obsidian-mcp"
            ],
            "settings": {
                "vaultPath": "./notes"
            }
        },
        "@bitscorp-mcp/mcp-ffmpeg": {
            "command": "npx",
            "args": [
                "-y",
                "@bitscorp-mcp/mcp-ffmpeg"
            ]
        },
        "@wonderwhy-er/desktop-commander": {
            "command": "npx",
            "args": [
                "-y",
                "@wonderwhy-er/desktop-commander"
            ]
        },
        "@hanweg/mcp-discord": {
            "command": "npx",
            "args": [
                "-y",
                "@hanweg/mcp-discord"
            ],
            "env": {
                "DISCORD_BOT_TOKEN": "YOUR_DISCORD_BOT_TOKEN_HERE"
            }
        }
    }
}