Skip to content

Commit f5ae139

Browse files
committed
chore: unified argument definition in server configure & register some more servers
1 parent 674e22f commit f5ae139

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1606
-249
lines changed

mcp-registry/servers/actors-mcp-server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@apify/actors-mcp-server"
3333
],
3434
"env": {
35-
"APIFY_TOKEN": "your-apify-token"
35+
"APIFY_TOKEN": "${APIFY_TOKEN}"
3636
},
3737
"description": "Install and run using NPM"
3838
}
@@ -60,4 +60,4 @@
6060
"Web Services"
6161
],
6262
"is_official": true
63-
}
63+
}

mcp-registry/servers/agentql-mcp.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,10 @@
3030
],
3131
"package": "agentql-mcp",
3232
"env": {
33-
"AGENTQL_API_KEY": "YOUR_API_KEY"
33+
"AGENTQL_API_KEY": "${AGENTQL_API_KEY}"
3434
},
3535
"description": "Install via npm and run with npx",
3636
"recommended": true
37-
},
38-
"development": {
39-
"type": "custom",
40-
"command": "/path/to/agentql-mcp/dist/index.js",
41-
"args": [],
42-
"env": {
43-
"AGENTQL_API_KEY": "YOUR_API_KEY"
44-
},
45-
"description": "Run development version from local build",
46-
"recommended": false
4737
}
4838
},
4939
"examples": [
@@ -84,4 +74,4 @@
8474
"prompts": [],
8575
"resources": [],
8676
"is_official": true
87-
}
77+
}

mcp-registry/servers/agentrpc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"package": "agentrpc",
3636
"env": {
37-
"AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
37+
"AGENTRPC_API_SECRET": "${AGENTRPC_API_SECRET}"
3838
},
3939
"description": "Run the MCP server using npm",
4040
"recommended": true
@@ -58,4 +58,4 @@
5858
"Dev Tools"
5959
],
6060
"is_official": true
61-
}
61+
}

mcp-registry/servers/alicloud-hologres.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"hologres-mcp-server"
5050
],
5151
"env": {
52-
"HOLOGRES_HOST": "host",
53-
"HOLOGRES_PORT": "port",
54-
"HOLOGRES_USER": "access_id",
55-
"HOLOGRES_PASSWORD": "access_key",
56-
"HOLOGRES_DATABASE": "database"
52+
"HOLOGRES_HOST": "${HOLOGRES_HOST}",
53+
"HOLOGRES_PORT": "${HOLOGRES_PORT}",
54+
"HOLOGRES_USER": "${HOLOGRES_USER}",
55+
"HOLOGRES_PASSWORD": "${HOLOGRES_PASSWORD}",
56+
"HOLOGRES_DATABASE": "${HOLOGRES_DATABASE}"
5757
},
5858
"description": "Run using local file"
5959
}
@@ -168,4 +168,4 @@
168168
}
169169
}
170170
]
171-
}
171+
}

mcp-registry/servers/apimatic-validator-mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"package": "[NOT GIVEN]",
3232
"env": {
33-
"APIMATIC_API_KEY": "<Add your APIMatic token here>"
33+
"APIMATIC_API_KEY": "${APIMATIC_API_KEY}"
3434
},
3535
"description": "Run the APIMatic Validator MCP Server using Node.js",
3636
"recommended": true
@@ -49,4 +49,4 @@
4949
"Dev Tools"
5050
],
5151
"is_official": true
52-
}
52+
}

mcp-registry/servers/bicscan-mcp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"bicscan-mcp"
3333
],
3434
"env": {
35-
"BICSCAN_API_KEY": "{BICSCAN_API_KEY}"
35+
"BICSCAN_API_KEY": "${BICSCAN_API_KEY}"
3636
},
3737
"description": "Run directly using uvx"
3838
},
@@ -44,7 +44,7 @@
4444
"--rm",
4545
"--interactive",
4646
"--env",
47-
"BICSCAN_API_KEY={BICSCAN_API_KEY}",
47+
"BICSCAN_API_KEY=${BICSCAN_API_KEY}",
4848
"bicscan-mcp"
4949
],
5050
"description": "Run using Docker"
@@ -104,4 +104,4 @@
104104
}
105105
}
106106
]
107-
}
107+
}

mcp-registry/servers/chatsum.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"https://github.com/mcpso/mcp-server-chatsum"
3636
],
3737
"env": {
38-
"CHAT_DB_PATH": "path-to/mcp-server-chatsum/chatbot/data/chat.db"
38+
"CHAT_DB_PATH": "${CHAT_DB_PATH}"
3939
}
4040
}
4141
},
@@ -79,4 +79,4 @@
7979
}
8080
}
8181
]
82-
}
82+
}

mcp-registry/servers/chronulus-mcp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chronulus-mcp"
3030
],
3131
"env": {
32-
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
32+
"CHRONULUS_API_KEY": "${CHRONULUS_API_KEY}"
3333
},
3434
"description": "Install and run using uvx"
3535
},
@@ -42,7 +42,7 @@
4242
],
4343
"package": "chronulus-mcp",
4444
"env": {
45-
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
45+
"CHRONULUS_API_KEY": "${CHRONULUS_API_KEY}"
4646
},
4747
"description": "Install using pip from PyPI"
4848
},
@@ -58,7 +58,7 @@
5858
"chronulus-mcp"
5959
],
6060
"env": {
61-
"CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>"
61+
"CHRONULUS_API_KEY": "${CHRONULUS_API_KEY}"
6262
},
6363
"description": "Run using Docker"
6464
}
@@ -587,4 +587,4 @@
587587
}
588588
}
589589
]
590-
}
590+
}

mcp-registry/servers/dart-mcp-server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"package": "dart-mcp-server",
3434
"env": {
35-
"DART_TOKEN": "dsa_..."
35+
"DART_TOKEN": "${DART_TOKEN}"
3636
},
3737
"description": "Run using npx",
3838
"recommended": true
@@ -49,7 +49,7 @@
4949
"mcp/dart"
5050
],
5151
"env": {
52-
"DART_TOKEN": "dsa_..."
52+
"DART_TOKEN": "${DART_TOKEN}"
5353
},
5454
"description": "Run using Docker"
5555
}
@@ -565,4 +565,4 @@
565565
],
566566
"resources": [],
567567
"is_official": true
568-
}
568+
}

0 commit comments

Comments
 (0)