Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers0 Stars

Forge Mcp

MCP server exposing the Forge E-- library note catalog + compile/run/commit authoring loop

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "forge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:frmoded/forge-mcp"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}