MCP Server
MCP
io.github.noticedso/cli
Search your developer network and trace connection paths via GitHub & LinkedIn.
Install
npx -y @noticed/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@noticed/cli",
"version": "0.3.3",
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment