flow-codeblock
flow-codeblock-mcp
Lokaler stdio-MCP-Server und Codex Skill für Flow Codeblock. MCP ruft ausschließlich die Rust-REST-API von Flow Codeblock auf und führt kein Benutzer-JavaScript auf dem Computer des Benutzers aus; Benutzercode wird weiterhin serverseitig von einer festgelegten Bun-Supervisor-Version ausgeführt.
Installation
Erforderlich ist Bun 1.4.0 oder höher:
bunx --bun flow-codeblock-mcp@0.2.6Erforderliche Konfiguration:
FLOW_CODEBLOCK_BASE_URL=https://qingcode.oalite.com
FLOW_CODEBLOCK_TOKEN=flow_xxxFLOW_CODEBLOCK_BASE_URL ist die Adresse der bereitgestellten Rust-REST-API von Flow Codeblock. Der öffentlich erreichbare Dienst verwendet https://qingcode.oalite.com; nur wenn der Benutzer den Rust-Dienst lokal bereitstellt, wird die entsprechende lokale localhost-Adresse verwendet. Das Token sollte über Umgebungsvariablen oder die Schlüsselverwaltung des Clients konfiguriert werden und nicht in Prompts, Tool-Parametern oder öffentlichen Dateien abgelegt werden.
Related MCP server: MCP QuickJS Runner
Allgemeine stdio-MCP-Konfiguration
{
"mcpServers": {
"flow-codeblock": {
"command": "bunx",
"args": ["--bun", "flow-codeblock-mcp@0.2.6"],
"env": {
"FLOW_CODEBLOCK_BASE_URL": "https://qingcode.oalite.com",
"FLOW_CODEBLOCK_TOKEN": "<YOUR_FLOW_CODEBLOCK_TOKEN>"
}
}
}
}Das npm-Paket enthält den Quellcode der MCP-Laufzeit, das flow-codeblock Skill, AGENT_PROMPT.md, die Regeln für den Modul-/Gefahrenmodus und das Schema der Schnittstellendokumentation. Normale MCP-Clients installieren das Codex Skill nicht automatisch; flow_write_code liest die maßgeblichen Regeln jedoch direkt aus dem Paket, sodass der vollständige Code-Kontrakt auch ohne Skill-Injektion verfügt verfügbar ist.
Nutzungseinschränkungen
Rufen Sie vor dem Schreiben von Code
flow_write_codeauf; im Nicht-Skriptmodus lesen Sie ausinput.<字段>, im Skriptmodus ausinput.query/header/body/cookies.Zum Erstellen oder Aktualisieren von Skripten muss zuerst
flow_preview_script_changeaufgerufen werden;flow_apply_script_changedarf erst aufgerufen werden, nachdem dem Benutzer die Vorschau gezeigt und ausdrückliche Bestätigung eingeholt wurde.Der POST-Aufrufer eines Skripts übermittelt die Geschäftsdaten direkt als JSON und verpackt sie nicht in
inputoderinput.body.MCP stellt kein Tool zum Löschen des Skripts bereit; das Löschen muss der Benutzer selbst über die Web-Website oder die REST-API durchführen.
Die ausgeführten Operationen durchlaufen wie üblich Authentifizierung, Ratenbegrenzung, Kontingentabzug, Sicherheitsprüfung, Statistik und Audit.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA secure JavaScript REPL server that enables executing code snippets in a sandboxed environment with memory protection, timeout handling, and comprehensive error reporting.157122MIT
- FlicenseNot gradedqualityDmaintenanceProvides secure execution of arbitrary JavaScript code within a sandboxed QuickJS WASM environment, allowing language models or other MCP clients to safely run JavaScript code snippets without compromising the host system.4
- FlicenseNot gradedqualityCmaintenanceEnables running arbitrary JavaScript code in isolated Docker containers with on-the-fly npm dependency installation, supporting both ephemeral one-shot executions and persistent sandbox environments.69156
- FlicenseAqualityDmaintenanceEnables running arbitrary JavaScript code in isolated Docker containers with on-demand npm dependency installation, allowing for ephemeral script execution and long-running services with controlled resource limits.7693
Related MCP Connectors
Behavioral oracle for Rust crate APIs: runtime behavior, yank/advisory, deprecation, sig search
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
The bridge from K2 agents through Wrangler to your master AI - safe, approval-gated Cloudflare ops.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/renoelis/flow-codeblock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server