Serversio.github.noticedso/cli
C

io.github.noticedso/cli

io.github.noticedso/cli · v0.3.1
▦ npm
v0.3.1npm npm: @noticed/cli↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.noticedso/cli",
  "description": "Search your developer network and trace connection paths via GitHub & LinkedIn.",
  "repository": {
    "url": "https://github.com/noticedso/cli",
    "source": "github"
  },
  "version": "0.3.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@noticed/cli",
      "version": "0.3.1",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}