old
1{
2 servers = {
3 github = {
4 type = "http";
5 url = "https://api.githubcopilot.com/mcp/";
6 gallery = true;
7 };
8 context7 = {
9 type = "stdio";
10 command = "npx";
11 args = ["-y" "@upstash/context7-mcp@latest"];
12 gallery = true;
13 };
14 };
15 inputs = [];
16}