{ "mcpServers": { "riksdag-regering": { "type": "http", "url": "https://riksdag-regering-ai.onrender.com/mcp", "tools": ["*"] }, "scb": { "type": "local", "command": "npx", "args": ["-y", "@jarib/pxweb-mcp@2.0.0", "--url", "https://api.scb.se/OV0104/v2beta"], "tools": ["*"] }, "world-bank": { "type": "local", "command": "npx", "args": ["-y", "worldbank-mcp@1.0.1"], "tools": ["*"] }, "github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/insiders", "headers": { "Authorization": "Bearer ${{ secrets.COPILOT_MCP_GITHUB_PERSONAL_ACCESS_TOKEN }}", "X-MCP-Toolsets": "all" }, "tools": ["*"] }, "filesystem": { "type": "local", "command": "mcp-server-filesystem", "args": [ "/home/runner/work/riksdagsmonitor/riksdagsmonitor" ], "tools": ["*"] }, "memory": { "type": "local", "command": "mcp-server-memory", "args": [], "tools": ["*"] }, "sequential-thinking": { "type": "local", "command": "mcp-server-sequential-thinking", "args": [], "tools": ["*"] }, "playwright": { "type": "local", "command": "npx", "args": [ "-y", "@playwright/mcp@latest", "--headless" ], "env": { "DISPLAY": ":99" }, "tools": ["*"] } } }