@Noticed CLI
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
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
Maintainer
Works with
Installation
NPM
npx -y @noticed/cliManual Installation
npx -y @noticed/cliConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxTest 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"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"
}
}
}
}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.
@Noticed CLI Alternatives — Similar Developer Tools Servers
Looking for alternatives to @Noticed CLI? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up @Noticed CLI in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.