We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8116826 commit 150b7ecCopy full SHA for 150b7ec
.mcp.json
@@ -0,0 +1,31 @@
1
+{
2
+ "servers": {
3
+ "DeepWiki": {
4
+ "type": "http",
5
+ "url": "https://mcp.deepwiki.com/mcp"
6
+ },
7
+ "Fetch": {
8
9
+ "url": "https://remote.mcpservers.org/fetch/mcp"
10
11
+ "GitHub.com": {
12
13
+ "url": "https://api.githubcopilot.com/mcp/",
14
+ "headers": {
15
+ "Authorization": "Bearer ${input:github_mcp_pat}"
16
+ }
17
18
+ "Sequential Thinking": {
19
+ "url": "https://remote.mcpservers.org/sequentialthinking/mcp",
20
+ "type": "http"
21
22
23
+ "inputs": [
24
+ {
25
+ "type": "promptString",
26
+ "id": "github_mcp_pat",
27
+ "description": "GitHub Personal Access Token",
28
+ "password": true
29
30
+ ]
31
+}
0 commit comments