@Noticed CLI

v0.3.2Developer Toolsstable

CLI and stdio MCP server for noticed. Exposes ~50 noticed agent capabilities (network search across GitHub + LinkedIn, missions, PRM, memory, workspace, web search, cron, ...) via two meta-tools — search + execute — to any MCP-aware client (Claude Co

mcpmcp-adminmcp-analyticsmcp-clientmcp-ops
Share:
1,260
Stars
0
Downloads
0
Weekly
0/5

What is @Noticed CLI?

@Noticed CLI is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to cli and stdio mcp server for noticed. exposes ~50 noticed agent capabilities (network search across github + linkedin, missions, prm, memory, workspace, web search, cron, ...) via two meta-tools — sea...

CLI and stdio MCP server for noticed. Exposes ~50 noticed agent capabilities (network search across GitHub + LinkedIn, missions, PRM, memory, workspace, web search, cron, ...) via two meta-tools — search + execute — to any MCP-aware client (Claude Co

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • CLI and stdio MCP server for noticed. Exposes ~50 noticed ag

Use Cases

Network search across GitHub and LinkedIn
Multi-tool agent capabilities via meta-tools
noticedso

Maintainer

LicenseMIT License
Languagetypescript
Versionv0.3.2
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @noticed/cli

Manual Installation

npx -y @noticed/cli

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use @Noticed CLI

The @noticed/cli package is a CLI and stdio MCP server for the noticed.so developer network platform, exposing approximately 50 agent capabilities through two meta-tools — 'search' and 'execute' — to any MCP-aware client including Claude Code and Claude Desktop. Capabilities cover network search across GitHub and LinkedIn profiles, missions and goals tracking, personal relationship management (PRM), a persistent memory layer, a virtual workspace filesystem, web search, and cron scheduling, all accessible with a single API key.

Prerequisites

  • Node.js 18 or higher installed
  • A noticed.so account (sign up at noticed.so) to obtain an API key
  • A noticed API key in the format nk_live_... (generate at noticed.so/dashboard/api-keys)
  • An MCP client such as Claude Desktop, Claude Code, or any MCP-compatible tool
1

Obtain a noticed API key

Log in to noticed.so and navigate to Dashboard > API Keys. Create a new key — it will be in the format nk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. Copy it for use in the next steps.

2

Install and configure the CLI (optional)

You can use the CLI without a global install via npx, or install globally for persistent use. Store your API key so you don't need to pass it every time.

npm install -g @noticed/cli
noticed config --set-key nk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3

Test the CLI locally

Run a quick search to confirm the key works and the CLI can reach the noticed API.

npx @noticed/cli search "AI engineers in San Francisco"
4

Add the MCP server to your Claude Desktop config

Edit your claude_desktop_config.json to register @noticed/cli as an MCP server. The NOTICED_API_KEY environment variable authenticates every request.

{
  "mcpServers": {
    "noticed": {
      "command": "npx",
      "args": ["-y", "@noticed/cli", "mcp"],
      "env": {
        "NOTICED_API_KEY": "nk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}
5

Restart Claude Desktop and verify connectivity

Restart Claude Desktop. The noticed MCP server should appear as available. Two tools will be registered: 'search' (to discover capabilities) and 'execute' (to run them with arguments).

@Noticed CLI Examples

Client configuration

Claude Desktop configuration for @noticed/cli using the NOTICED_API_KEY environment variable.

{
  "mcpServers": {
    "noticed": {
      "command": "npx",
      "args": ["-y", "@noticed/cli", "mcp"],
      "env": {
        "NOTICED_API_KEY": "nk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Prompts to try

Example prompts to send to Claude once the noticed MCP server is connected.

- "Search noticed for AI engineers who work on open-source projects"
- "Find LinkedIn profiles of ML researchers at Series B startups"
- "Create a mission to track my outreach to 10 potential partners this quarter"
- "Add a memory that I spoke with Sarah at Acme Corp about a partnership on June 10"
- "Search for people on GitHub who contribute to MCP-related repositories"

Troubleshooting @Noticed CLI

401 Unauthorized errors when running searches

Confirm your API key starts with 'nk_live_' and is correctly set. You can verify with: noticed config --get-key. Re-run 'noticed config --set-key <your-key>' if it is missing.

Rate limit errors (429) during heavy usage

The noticed API allows 60 requests per minute per key. Space out calls or reduce the frequency of automated searches. Check your dashboard for usage stats.

MCP server not appearing in Claude Desktop

Ensure Node.js 18+ is on your PATH. Run 'npx -y @noticed/cli mcp' directly in your terminal to check for startup errors, then restart Claude Desktop.

Frequently Asked Questions about @Noticed CLI

What is @Noticed CLI?

@Noticed CLI is a Model Context Protocol (MCP) server that cli and stdio mcp server for noticed. exposes ~50 noticed agent capabilities (network search across github + linkedin, missions, prm, memory, workspace, web search, cron, ...) via two meta-tools — search + execute — to any mcp-aware client (claude co It connects AI assistants to external tools and data sources through a standardized interface.

How do I install @Noticed CLI?

Install via npm with the command: npx -y @noticed/cli. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with @Noticed CLI?

@Noticed CLI works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is @Noticed CLI free to use?

Yes, @Noticed CLI is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "cli": { "command": "npx", "args": ["-y", "@noticed/cli"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use @Noticed CLI?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides