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 24ca788 commit 539d5acCopy full SHA for 539d5ac
mcp-registry/servers/materials-project.json
@@ -178,9 +178,11 @@
178
"installations": {
179
"uvx": {
180
"type": "uvx",
181
- "command": "uvx",
+ "command": "uv",
182
"args": [
183
- "mcp_materials_project"
+ "--from",
184
+ "git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/materials-project",
185
+ "mcp-materials-project"
186
],
187
"env": {
188
"MP_API_KEY": "${MP_API_KEY}"
mcp-registry/servers/web-fetch.json
@@ -30,7 +30,7 @@
30
31
"command": "uvx",
32
33
- "mcp_web_fetch"
+ "mcp-web-fetch"
34
35
"description": "Run using uv (recommended)"
36
},
0 commit comments