-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
66 lines (66 loc) · 1.96 KB
/
Copy pathserver.json
File metadata and controls
66 lines (66 loc) · 1.96 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.JPMarhefka/partuno",
"title": "Partuno — DigiKey & Mouser MCP Server",
"description": "DigiKey and Mouser MCP server for component research, BOM analysis, and sourcing.",
"repository": {
"id": "1331637101",
"url": "https://github.com/JPMarhefka/Partuno",
"source": "github"
},
"websiteUrl": "https://github.com/JPMarhefka/Partuno",
"icons": [
{
"src": "https://raw.githubusercontent.com/JPMarhefka/Partuno/main/docs/assets/partuno-plugin-icon.png",
"mimeType": "image/png",
"sizes": ["any"]
}
],
"version": "4.0.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "partuno",
"version": "4.0.1",
"runtimeHint": "uvx",
"packageArguments": [
{
"type": "positional",
"value": "partuno-mcp",
"isRequired": true
}
],
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "DIGIKEY_ACCESS_TOKEN",
"description": "Optional DigiKey bearer token for local mode.",
"isSecret": true
},
{
"name": "DIGIKEY_CLIENT_ID",
"description": "DigiKey OAuth client ID for the operator's integration.",
"isSecret": true
},
{
"name": "DIGIKEY_CLIENT_SECRET",
"description": "DigiKey OAuth client secret for the operator's integration.",
"isSecret": true
},
{
"name": "MOUSER_SEARCH_API_KEY",
"description": "Optional Mouser Search API key for catalog workflows.",
"isSecret": true
},
{
"name": "MOUSER_ACCOUNT_API_KEY",
"description": "Optional Mouser Account API key for order-history and Cart workflows.",
"isSecret": true
}
]
}
]
}