-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
51 lines (51 loc) · 1.36 KB
/
Copy pathserver.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Iteksmart/mcp-server",
"title": "iTechSmart UAIO",
"description": "Connect AI agents to iTechSmart UAIO, ProofLink verification, and autonomous IT operations.",
"repository": {
"url": "https://github.com/iTechSmartINC/mcp-server",
"source": "github"
},
"version": "2.0.3",
"remotes": [
{
"type": "sse",
"url": "https://mcp.itechsmart.dev/sse",
"headers": [
{
"name": "x-itechsmart-mcp-key",
"description": "iTechSmart MCP access key",
"isRequired": true,
"isSecret": true
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@itechsmart/mcp-server",
"version": "2.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "ITECHSMART_API_KEY",
"description": "iTechSmart API key for UAIO and ProofLink platform access",
"isRequired": true,
"format": "string",
"isSecret": true
},
{
"name": "ITECHSMART_API_URL",
"description": "Optional iTechSmart API base URL override",
"isRequired": false,
"format": "string",
"isSecret": false
}
]
}
]
}