{ "mcpServers": { "serena": { "command": "uvx", "args": [ "--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "ide-assistant", "--project", "c:/DEV/MasterArbeit/QuellCode/CentronERP" ] }, "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp"] }, "windows-mcp": { "command": "uvx", "args": ["windows-mcp"] }, "mssql": { "command": "npx", "args": ["-y", "@executeautomation/database-server", "--sqlserver"], "env": { "MSSQL_SERVER": "", "MSSQL_DATABASE": "CentronVOED2", "MSSQL_USER": "", "MSSQL_PASSWORD": "", "MSSQL_READONLY": "true" } }, "playwright": { "command": "npx", "args": ["-y", "@playwright/mcp@latest", "--isolated"] } } }