Productivity
forgecrud.io
Provides workflow approval and task board management for team collaboration.
ENDPOINT 1
https://mcp.forgecrud.io/mcp
MCP server metadata
- Name
- forgecrud-mcp
- Version
- v1
Use ForgeCRUD MCP tools through the API Gateway. Never assume writes succeeded without the tool result. Answer users with names, labels and business status; keep UUIDs/internal IDs as tool-chaining metadata unless the user explicitly requests them or they are required to disambiguate.
Known tools 132
calendar.events.listList current user's calendar events for an inclusive date range.
Inferred read-onlydashboards.create.preparePrepare confirmation for creating a dashboard config.
Potential side effectsdashboards.update.preparePrepare confirmation for updating a dashboard config.
Potential side effectsdocuments.copy.preparePrepare confirmation for copying a document to another folder.
Inferred read-onlydocuments.delete.confirmPermanently delete a document and its stored versions after confirmation.
Potential side effectsdocuments.delete.preparePrepare confirmation for permanently deleting a document and its stored versions.
Potential side effectsdocuments.move.preparePrepare confirmation for moving a document to another folder.
Inferred read-onlyforms.availableList published form titles and slugs available for runtime navigation and target discovery.
Inferred read-onlyforms.config.publish.preparePrepare confirmation for publishing a form version.
Potential side effectsforms.config.unpublish.preparePrepare confirmation for unpublishing a form version.
Inferred read-onlyimports.jobs.cancel.preparePrepare confirmation for cancelling an active import job.
Inferred read-onlyimports.jobs.resume.preparePrepare confirmation for resuming a failed or queued import job.
Inferred read-onlymenu.config.create.preparePrepare confirmation for creating a menu configuration.
Potential side effectsmenu.config.delete.preparePrepare confirmation for deleting a menu configuration.
Potential side effectsmenu.config.update.preparePrepare confirmation for updating a menu configuration.
Potential side effectsmodules.demo_data.statusInspect demo-data installation status for one enterprise module.
Inferred read-onlymodules.disableDisable an installed module after confirmation while preserving its data.
Inferred read-onlymodules.disable.preparePrepare confirmation for disabling an installed module while preserving its data.
Inferred read-onlymodules.enable.preparePrepare confirmation for enabling a disabled enterprise module.
Inferred read-onlymodules.migrations.planInspect the safe migration plan for an installed enterprise module.
Inferred read-onlymodules.migrations.runsList migration run history for an installed enterprise module.
Inferred read-onlypermission_requests.catalog.missing_resourcesList resources currently missing from the user's access scope.
Inferred read-onlypermission_requests.catalog.resourcesList resources that the current user may request access to.
Inferred read-onlypermission_requests.listList tenant access permission requests for authorized reviewers.
Inferred read-onlypermission_requests.myList the current user's access permission requests and their statuses.
Inferred read-onlypermissions.listList tenant permission definitions for the permission administration surface.
Inferred read-onlyqueries.endpoint.delete.confirmDelete an analytics endpoint after confirmation.
Potential side effectsqueries.previewPreview an analytics/OpenAPI endpoint config without persisting it.
Inferred read-onlyrecords.countCount records for a dynamic form, optionally after search or filters; read pagination.total from the result.
Inferred read-onlyrecords.schema.getGet the compact writable field contract for a dynamic form before creating or updating records.
Inferred read-onlysession.connect.completeComplete ForgeCRUD browser/device authorization and bind the approved account to this MCP transport session.
Inferred read-onlysession.connect.startStart ForgeCRUD browser/device authorization for this MCP client without exposing credentials to the agent.
Inferred read-onlyusers.getGet one operator user account by an internal reference returned by a previous tool call.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.forgecrud-mcp]
url = "https://mcp.forgecrud.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"forgecrud-mcp": {
"type": "http",
"url": "https://mcp.forgecrud.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: forgecrud-mcp
Remote MCP URL: https://mcp.forgecrud.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"forgecrud-mcp": {
"url": "https://mcp.forgecrud.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"forgecrud-mcp": {
"type": "http",
"url": "https://mcp.forgecrud.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "forgecrud-mcp",
"transport": "streamable-http",
"url": "https://mcp.forgecrud.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for forgecrud.io was fetched 2026-08-23T19:04:08.768Z.
forgecrud.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.