← Index

io.github.noticedso/cli

io.github.noticedso/cli·v0.2.0·Git & Code Hosting
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "@noticed/cli"
      ],
      "env": {
        "NOTICED_API_URL": "<noticed_api_url>",
        "NOTICED_API_KEY": "<your-noticed_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "@noticed/cli"
      ],
      "env": {
        "NOTICED_API_URL": "<noticed_api_url>",
        "NOTICED_API_KEY": "<your-noticed_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @noticed/cli
§02  Environment variables
NOTICED_API_URL
required

Base URL of your noticed instance (e.g. https://noticed.so)

NOTICED_API_KEY
requiredsecret

API key minted at /dashboard/api-keys

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Git & Code Hosting