Agent Tools Runtime
Provides an MCP adapter for interacting with n8n workflows, with OAuth/token authentication handled host-side.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Tools RuntimeWhat adapters are available to load?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Tools Runtime
Runtime persistente basado en just-bash para que un agente descubra y cargue
progresivamente adaptadores MCP, REST y CLI local sin exponer todo el catálogo
de herramientas en cada conversación.
Estado
Este repositorio es la evolución independiente de la POC publicada en
TheHumanInTheLoop Marketplace.
La API todavía está en 0.x; cualquier cambio puede requerir migración.
Related MCP server: Terminal MCP Server
Capas
MCP facade → persistent runtime → adapter → providerAdaptadores incluidos:
MCP genérico con sesiones y tokens host-side.
n8n MCP con OAuth/token host-side.
REST/API con rutas relativas y confirmación para mutaciones.
CLI local con allowlist,
execFile, timeout y confirmación.
Desarrollo
Requisitos: Node.js >=20.18.1.
npm install
npm test
npm run probe
npm run serveLa fachada MCP se inicia con:
npm run mcpInstalación desde una release
El paquete está publicado en npm como
@rckflr/agent-tools-runtime:
npm install @rckflr/agent-tools-runtimePara iniciar la fachada MCP sin instalarla globalmente:
npx --yes --package=@rckflr/agent-tools-runtime@0.1.3 --call agent-tools-mcpSi ejecutas el comando desde el propio checkout agent-tools-runtime, usa el
prefijo del directorio padre para que npm no confunda el paquete local con el
paquete remoto:
npx --prefix .. --yes --package=@rckflr/agent-tools-runtime@0.1.3 --call agent-tools-mcpLa release inicial también incluye un tarball instalable directamente desde GitHub:
npm install https://github.com/MauricioPerera/agent-tools-runtime/releases/download/v0.1.0/rckflr-agent-tools-runtime-0.1.0.tgzDespués de instalarlo, el ejecutable queda disponible como agent-tools.
El repositorio incluye un workflow de publicación. Para futuras versiones se
debe configurar el secret NPM_TOKEN en GitHub; después puede ejecutarse
manualmente o al publicar una release con tag v*.
El preflight puede comprobar un CLI sin ejecutarlo:
$env:AGENT_TOOLS_COMMAND = "gh"
$env:AGENT_CLI_ALLOWLIST = "gh,docker,supabase"
npm run probeDiseño de seguridad
Las credenciales permanecen en el host. Las skills y los adapters no deben recibir tokens como argumentos ni escribir secretos en archivos. Las operaciones mutantes requieren confirmación explícita y los CLIs se ejecutan sin shell implícito.
Integraciones
El plugin para Claude Code y Codex se mantiene en el marketplace como una capa de distribución. Este repositorio contiene el runtime canónico y no depende de los manifests específicos de ningún cliente.
Licencia
MIT. Consulta LICENSE.
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
- Alicense-qualityCmaintenanceA production-ready MCP server for secure, session-based command execution, file manipulation, and system inspection via local terminal sessions.Last updated12ISC
- Alicense-qualityBmaintenanceMCP server for the Synapse ecosystem that exposes the Synapse Memory API, Browser Proxy, and SSH Proxy as MCP tools, enabling multi-tenant, stateful interactions via stdio or HTTP/SSE.Last updated1701MIT

Somaofficial
Alicense-qualityBmaintenanceA batteries-included server runtime for provider-backed agents, offering MCP, CLI, REST, and plugin support.Last updated1MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server for managing Prisma Postgres.
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/MauricioPerera/agent-tools-runtime'
If you have feedback or need assistance with the MCP directory API, please join our Discord server