{ "servers": { "github-mcp": { "type": "http", "url": "https://api.githubcopilot.com/mcp" }, "python-language-server": { "command": "mcp-language-server", "args": [ "--workspace", "${workspaceFolder}", "--lsp", "pylsp" ], }, "analyzer": { "command": "uvx", "args": ["mcp-server-analyzer"] }, "context7": { "type": "stdio", "command": "npx", "args": ["-y", "@upstash/context7-mcp"] } } }