← Back to Plugins
MCP Server MCP

io.github.noticedso/cli

github By github 👁 1 views ▲ 0 votes

Search your developer network and trace connection paths via GitHub & LinkedIn.

Homepage Verified source GitHub

Install

npx -y @noticed/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@noticed/cli",
      "version": "0.3.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Base URL of the noticed instance. Defaults to https://www.noticed.so — only set this if you self-host noticed.",
          "name": "NOTICED_API_URL"
        },
        {
          "description": "API key minted at /dashboard/api-keys",
          "isRequired": true,
          "isSecret": true,
          "name": "NOTICED_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...