-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
23 lines (23 loc) · 664 Bytes
/
Copy pathserver.json
File metadata and controls
23 lines (23 loc) · 664 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://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.smaniches/uniprot-mcp",
"title": "UniProt MCP",
"description": "Verifiable, release-aware protein evidence workflows over UniProt and linked scientific sources.",
"repository": {
"url": "https://github.com/smaniches/uniprot-mcp",
"source": "github"
},
"version": "1.3.6",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "uniprot-mcp-server",
"version": "1.3.6",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
}
}
]
}