-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
23 lines (23 loc) · 751 Bytes
/
Copy pathmcp.json
File metadata and controls
23 lines (23 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"public-bio-api": {
"type": "stdio",
"command": "node",
"args": ["${PLUGIN_ROOT}/plugins/bio-research-forge/mcp/public-bio-api.mjs"],
"cwd": "${PLUGIN_ROOT}/plugins/bio-research-forge"
},
"rna-figure": {
"type": "stdio",
"command": "node",
"args": ["${PLUGIN_ROOT}/plugins/bio-research-forge/mcp/rna-figure.mjs"],
"cwd": "${PLUGIN_ROOT}/plugins/bio-research-forge"
},
"local-bio-tools": {
"type": "stdio",
"command": "node",
"args": ["${PLUGIN_ROOT}/plugins/bio-research-forge/mcp/local-bio-tools.mjs"],
"cwd": "${PLUGIN_ROOT}/plugins/bio-research-forge"
}
}
}