Continuum Forge

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "continuum-forge": {
      "url": "https://continuum-for-soumiths-llm-abusers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "continuum-forge": {
      "serverUrl": "https://continuum-for-soumiths-llm-abusers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.continuum-forge]
url = "https://continuum-for-soumiths-llm-abusers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://continuum-for-soumiths-llm-abusers-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
continuum_validate_heuristic

Validates a manufacturing heuristic mathematically against sensor datasets. Exposes the rule and data to the Orchestrator LLM to compute statistical significance.

elicitation_interview_expert

Generates targeted interview questions to extract tacit knowledge from a domain expert based on a specific manufacturing failure mode.

codification_codify_transcript

Codifies an interview transcript into a structured heuristic.

extraction_extract_parameters

Extracts measurable parameters, thresholds, and condition variables from a tacit rule string.

explainability_generate_explanation

Generates human-readable reasoning for why a specific heuristic or rule passed or failed validation.

mentor_coach_apprentice

Provides guidance to junior operators based on codified manufacturing rules.

dataset_query_neon_database

Execute a raw SQL query against the Neon PostgreSQL database to retrieve sensor logs and historical data. Returns up to 100 rows.