flow-codeblock
flow-codeblock-mcp
Servidor stdio MCP local y Codex Skill para flowcodeblock. El MCP solo invoca la API REST en Rust de Flow Codeblock y no ejecuta el JavaScript del usuario en el equipo del usuario; el código del usuario sigue siendo ejecutado por el Supervisor Bun de la plataforma, entre del servidor.
Instalación
Requiere Bun 1.4.0 o superior:
bunx --bun flow-codeblock-mcp@0.2.6Configuración obligatoria:
FLOW_CODEBLOCK_BASE_URL=https://qingcode.oalite.com
FLOW_CODEBLOCK_TOKEN=flow_xxxFLOW_CODEBLOCK_BASE_URL es la dirección de la API REST de Rust de Flow Codeblock desplegada. Para la pestaña pública se usa https://qingcode.oalite.com; solo si el usuario ha implementado el servicio Rust en su propia máquina, se recomienda cambiarlo a la dirección localhost correspondiente. El token debe configurarse mediante las variables de entorno del cliente o el Gestor de secretos, y no debe escribirse en el prompt, en los parámetros de la herramienta ni en archivos públicos.
Related MCP server: MCP QuickJS Runner
Configuración general de stdio MCP
{
"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>"
}
}
}
}El paquete npm incluye el código fuente de ejecución del MCP, la Skill flow-codeblock, AGENT_PROMPT.md, las reglas de los modos módulo y peligroso, y el Schema de documentación de la interfaz. Los clientes MCP normales no instalan automáticamente la Skill de Codex, pero flow_write_code lee directamente las reglas autorizadas del paquete, por lo que se obtiene el contrato de código completo sin depender de la inyección de la Skill.
Confirmaciones de uso
Antes de escribir código se llama a
flow_write_code; en el modo no‑script se lee deinput.<字段>, y en el modo script deinput.query/header/body/cookies.Para crear o actualizar un script, primero hay que llamar a
flow_preview_script_change, mostrar la vista previa al usuario y, después de obtener su confirmación explícita, llamar aflow_apply_script_change.El cliente que hace el POST del script envía directamente el JSON de negocio, sin envolverlo como
inputniinput.body.El MCP no proporciona una herramienta para eliminar scripts; el borrado debe hacerlo el usuario manualmente desde la página web o mediante la API REST.
La ejecución de operaciones incluye con normalidad autenticación, límite de peticiones, descuento de cuotas, validaciones de seguridad, estadística y auditoría.
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