Skip to content

useopencompany/infisical

v1.0.0MIT

Use current Infisical documentation and safely inject or update secrets through the authenticated sandbox CLI.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

infisicalstreamable-http
{
  "type": "streamable-http",
  "url": "https://infisical.com/docs/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "infisical",
  "version": "1.0.0",
  "description": "Use current Infisical documentation and safely inject or update secrets through the authenticated sandbox CLI.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://infisical.com/docs/ai/model-context-protocol",
  "repository": "https://github.com/useopencompany/plugins/tree/main/infisical",
  "license": "MIT",
  "keywords": ["infisical", "secrets", "environment-variables", "documentation"],
  "extensions": {
    "so.opencompany.capabilities": {
      "read": {
        "label": "Read Infisical docs",
        "defaultMode": "on",
        "tools": ["search_infisical", "query_docs_filesystem_infisical"]
      },
      "write": {
        "label": "Send docs feedback",
        "defaultMode": "off",
        "tools": ["submit_feedback"]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • so.opencompany.capabilities