FoundryNet/forge-mcp

๐Ÿญ Industrial & IoT๐ŸŸข Verified Active
0 Views
0 Installs

๐Ÿ โ˜๏ธ - Industrial AI infrastructure that connects any AI agent to industrial equipment: 14 protocols, 18 manufacturers, 30 tools, cross-OEM telemetry normalization, health index, and failure prediction. The first physical-world MCP server. Free tier available. (Smithery)

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "foundrynet-forge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "foundrynet-forge-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Forge by Foundry Labs โ€” Industrial Machine Intelligence

The cross-manufacturer industrial MCP server. Talk to any CNC, robot, or industrial machine in natural language โ€” machine identity, telemetry normalization across 18 OEM families, plain-English automation, and tamper-evident work records.

Hosted MCP over Streamable HTTP. 30 tools wrap the Forge v1 API: provision a stable machine identity, normalize raw OEM telemetry into a canonical schema, query operational history, parse and activate plain-English automations, predict failures (TimesFM), score fleet health, and record every state-changing action as a verifiable, tamper-evident work record.

What it does

It normalizes raw OEM telemetry from 18 manufacturer families into one canonical vocabulary with thousands of confirmed field mappings โ€” so an agent writes against one set of field names whether the machine is a Fanuc CNC, a KUKA arm, or a Universal Robots cobot. On top of that it turns plain-English instructions into structured automations (review then activate), and records every state-changing action as a tamper-evident work record.

Architecture

Pure HTTP proxy. Every tool is a thin wrapper around https://forge.foundrynet.io/v1/* using a configured fnet_ Bearer key. No state, no shared imports with forge-prod โ€” separate Railway service, separate dependencies (fastmcp + httpx).

Claude Desktop / agent
        โ”‚ Streamable HTTP (/mcp) โ€” or legacy SSE (/sse)
        โ–ผ
  foundrynet-mcp on Railway
        โ”‚ HTTPS + Bearer fnet_โ€ฆ
        โ–ผ
  forge.foundrynet.io/v1/*

Tools (30)

Identity & data: identify_machine, normalize_telemetry, query_machine_history, get_coverage, correct_mapping. Automation: create_automation, activate_automation, list_automations, disable_automation, delete_automation, restore_automation, query_webhook_history. Prediction (TimesFM): predict, predict_breach, remaining_life, predict_batch, fleet_health, detect_anomalies, machine_intelligence, prediction_accuracy. Operations: calculate_oee, fleet_oee, energy_consumption, shift_report, diagnose_machine, health_index. Agents on your kernel: get_agent_card, list_agents. Work records: verify_record. Demo: fire_sandbox (the full watch โ†’ fire โ†’ settle loop, no card).

get_agent_card and list_agents are scoped to the agents connected to your kernel instance (their capabilities, trust scores, and machine access) and are included in your subscription โ€” there is no per-call charge. They are operational tools for coordinating agents on your own equipment, not cross-platform discovery. For cross-platform agent trust across any framework, see Assay (assay.foundrynet.io). verify_record creates a tamper-evident, hash-verified record of completed work.

Free tier exposes the read-only tools; metered pay-per-use unlocks the premium prediction and diagnostics tools (see https://forge.foundrynet.io/pricing?utm_source=github&utm_medium=readme&utm_campaign=forge-mcp-readme).

Connect (Claude Desktop, Cursor, any MCP client)

claude mcp add --transport http foundrynet-forge \
  https://mcp.foundrynet.io/mcp \
  --header "Authorization: Bearer fnet_YOUR_KEY"

Or via claude_desktop_config.json with the mcp-remote bridge:

{
  "mcpServers": {
    "foundrynet-forge": {
      "command": "npx",
      "args": ["-y", "mcp-remote",
               "https://mcp.foundrynet.io/mcp",
               "--header", "Authorization:Bearer ${FNET_KEY}"],
      "env": { "FNET_KEY": "fnet_โ€ฆ  (get a free key at foundrynet.io/signup)" }
    }
  }
}

Legacy SSE (--transport sse against https://mcp.foundrynet.io/sse) remains supported for existing configs, but new integrations should use the Streamable HTTP /mcp endpoint above.

Get a free fnet_ key at https://foundrynet.io/signup?utm_source=github&utm_medium=readme&utm_campaign=forge-mcp-readme (50 normalize calls, no card).

Required environment (server-side)

VarRequiredDefault
FOUNDRYNET_API_KEYYesโ€” (server boots; tool calls return 401 until set)
FORGE_BASE_URLNohttps://forge.foundrynet.io
PORTNo8080 (Railway sets this automatically)
REQUEST_TIMEOUTNo30 (seconds)

Files

  • mcp_server.py โ€” the server (30 tools + /health + /.well-known/mcp routes)
  • gating.py โ€” per-client tier gating (Free vs Pro tool/quota enforcement)
  • server.json โ€” MCP registry metadata (name, description, keywords, remote endpoint)
  • smithery.yaml โ€” Smithery listing metadata
  • requirements.txt โ€” fastmcp>=2.0, httpx>=0.27
  • Procfile โ€” Railway start command (web: python mcp_server.py)

License

Proprietary (commercial). ยฉ Foundry Labs LLC. Contact: forge@foundrynet.io

Related MCP Servers

modelcontextprotocol/server-gitlabVerified

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - GitLab platform integration for project management and CI/CD operations

๐Ÿ”„ Version Control2 views
Moxie-Docs-MCPโ˜… Featured

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

๐Ÿ’ป Developer Tools2 views
modelcontextprotocol/server-gitVerified

๐Ÿ ๐Ÿ  - Direct Git repository operations including reading, searching, and analyzing local repositories

๐Ÿ”„ Version Control1 views
gregario/astronomy-oracle

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Accurate astronomical catalog data and observing session planner. 13,000+ deep-sky objects from OpenNGC with deterministic visibility, rise/transit/set, and alt/az calculations. npx astronomy-oracle

๐Ÿš€ Aerospace & Astrodynamics1 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/29/2026, 7:31:12 AM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.