mcpbeat Sign in

CLI MCP Server

by noticedso Your server? Claim it
local only

CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 22 Aug 2026.

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

Installs per day peak 154 · avg 14 · +33% w/w
a month agotoday
46
Installs / week
npm · @noticed/cli
0
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check CLI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cli -- npx -y @noticed/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@noticed/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cli]
command = "npx"
args = ["-y", "@noticed/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@noticed/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@noticed/cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NOTICED_API_URL (Base URL of the noticed instance. Defaults to https://www.noticed.so — only set this if you self-host noticed.), NOTICED_API_KEY (API key minted at /dashboard/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CLI

same job, measured the same way
Githunt MCP
by githunt-agent

Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API.

34 installs/wk answering
Herohunt MCP
by herohunt-ai

People search API - find 1 billion candidates across LinkedIn and GitHub with real-time data.

27 installs/wk local only
Corral
by sebastienrousseau

Search code and symbols across every clone in your Corral workspace. Zero network calls.

local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
RepoFold
by repofold

A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations.

answering
Beacon MCP
by enrichgateagent-png

Search 17,900+ open-source AI agents by capability, ranked by GitHub traction. Free, no key.

41 installs/wk local only
dylog
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
Content Distribution
by automatelab-tech

Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.

55 installs/wk local only

CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for CLI?
CLI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @noticed/cli was installed 46 times last week.
How do I connect CLI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @noticed/cli straight from npm; nothing to host, nothing to sign up for.
How many people use CLI?
The npm package @noticed/cli was installed 46 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CLI open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.