-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathserver.json
More file actions
77 lines (77 loc) · 3.34 KB
/
Copy pathserver.json
File metadata and controls
77 lines (77 loc) · 3.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "learningmatter-mit/atomisticskills",
"description": "AtomisticSkills MCP Server: AI tools for atomistic simulations, DFT, MLIPs, and generative models.",
"websiteUrl": "https://github.com/learningmatter-mit/AtomisticSkills",
"repository": {
"url": "https://github.com/learningmatter-mit/AtomisticSkills",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/learningmatter-mit/atomisticskills:1.0.0",
"transport": {
"type": "stdio"
},
"packageArguments": [],
"environmentVariables": [
{
"name": "MP_API_KEY",
"description": "API Key for Materials Project access. Required by base-server for querying bulk structures. Get a key at https://materialsproject.org/api",
"isRequired": false,
"isSecret": true
},
{
"name": "OPENALEX_EMAIL",
"description": "Email address to access the OpenAlex Polite Pool. Register your email for free at https://docs.openalex.org/how-to-use-the-api/rate-limits-and-authentication#the-polite-pool",
"isRequired": false,
"isSecret": false
},
{
"name": "ELSEVIER_API_KEY",
"description": "API Key for accessing Elsevier ScienceDirect API.",
"isRequired": false,
"isSecret": true
},
{
"name": "ELSEVIER_INST_TOKEN",
"description": "Optional institutional token for Elsevier access.",
"isRequired": false,
"isSecret": true
},
{
"name": "SPRINGER_API_KEY",
"description": "API Key for accessing Springer Nature Meta API v2.",
"isRequired": false,
"isSecret": true
},
{
"name": "UNPAYWALL_EMAIL",
"description": "Email required for accessing the Unpaywall API to retrieve open access preprints and papers.",
"isRequired": false,
"isSecret": false
},
{
"name": "ATOMATE2_REMOTE_PROJECT",
"description": "Default project name for remote job submission (auto-detected if blank). Required by atomate2-server.",
"isRequired": false,
"isSecret": false
},
{
"name": "VASP_CMD",
"description": "Command to run VASP. Required by atomate2-server if running locally.",
"isRequired": false,
"isSecret": false
},
{
"name": "PMG_VASP_PSP_DIR",
"description": "Path to VASP POTCAR directory. Required by pymatgen and atomate2-server.",
"isRequired": false,
"isSecret": false
}
]
}
]
}