Back to Browse

Agent Infra MCP Server

Developer ToolsModerate5.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read-only multi-inbox benefits radar with local deduplication and explicit account health.

About

Read-only multi-inbox benefits radar with local deduplication and explicit account health.

Security Report

5.8
Moderate5.8Moderate Risk

The codebase contains multiple security concerns that warrant user awareness. The openclaw-runner exposes hardcoded file paths (including sensitive credential files), lacks authentication on HTTP endpoints, and spawns external processes with user-controlled task input. The audit tool performs shell execution on arbitrary commands without strict validation. While the MCP server itself is well-structured and read-only, the overall infrastructure has permission scope issues and insufficient access controls.

8 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-fvegiard-inbox-benefits-mcp": {
      "args": [
        "-y",
        "openclaw-runner"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

agent-infra

Infrastructure d'automatisation et de decision pour la stack d'agents de francis-v (webhooks/routage via n8n, raisonnement structure via MCP, recherche web via navigateur CDP). Chaque outil adopte ici est un outil tiers etabli sur GitHub (releases actives, adoption reelle), installe avec une configuration minimale — jamais reimplemente. Chaque decision significative est journalisee dans docs/decisions/ (format ADR de Michael Nygard, genere avec adr-tools).

Contenu

  • docs/decisions/ — Architecture Decision Records (une par choix d'outil ou de configuration significatif).
  • tools/chrome-cdp/ — script de lancement Chrome headless avec port CDP fixe, base sur chrome-launcher (Google/Lighthouse), supervise par le process manager de l'agent.
  • n8n/ — configuration et export de workflow pour l'instance n8n self-hosted (edition Community, gratuite) qui sert de backbone d'automatisation (webhooks, routage/switch, boucles, hooks).

Secrets

Aucun secret n'est commite dans ce repo. Les identifiants generes (mot de passe proprietaire n8n, cles de chiffrement) vivent dans /home/francis-v/.config/francis/ (mode 600), jamais dans Git.

Reviews

No reviews yet

Be the first to review this server!