-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
39 lines (39 loc) · 1.08 KB
/
Copy pathserver.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.json",
"name": "io.github.foundrynet/forge-mcp",
"title": "FoundryNet — Industrial Machine Intelligence",
"description": "Natural language to machine action. Cross-manufacturer industrial telemetry normalization across 16 OEM families with thousands of confirmed field mappings. 14 MCP tools for machine identity, normalization, history, plain-English automation, and tamper-evident on-chain (MINT) work attestation.",
"version": "1.1.0",
"repository": {
"url": "https://github.com/foundrynet/forge-mcp",
"source": "github"
},
"websiteUrl": "https://foundrynet.io",
"keywords": [
"industrial",
"manufacturing",
"machine-identity",
"cnc",
"plc",
"robotics",
"telemetry",
"normalization",
"iot",
"automation",
"fanuc",
"siemens",
"haas",
"dmg-mori",
"opc-ua",
"modbus",
"mint",
"solana",
"attestation"
],
"remotes": [
{
"type": "sse",
"url": "https://foundrynet-mcp-production.up.railway.app/sse"
}
]
}