@notjustyou/mcp
v0.2.6
Published
MCP server for Not Just You AI service status lookup and explicit local reporting setup.
Downloads
1,445
Maintainers
Readme
@notjustyou/mcp
MCP server for Not Just You AI service status lookup and explicit local reporting setup.
Install
npm install -g @notjustyou/mcpYou can also run it from a workspace checkout:
pnpm --filter @notjustyou/cli build
pnpm --filter @notjustyou/mcp build
NOTJUSTYOU_BASE_URL=http://localhost:3000 node packages/notjustyou-mcp/dist/index.jsMCP Client Configuration
{
"mcpServers": {
"notjustyou": {
"command": "notjustyou-mcp",
"env": {
"NOTJUSTYOU_BASE_URL": "https://notjustyou.dev"
}
}
}
}For local development, set NOTJUSTYOU_BASE_URL to your local app URL:
{
"mcpServers": {
"notjustyou-local": {
"command": "node",
"args": ["packages/notjustyou-mcp/dist/index.js"],
"env": {
"NOTJUSTYOU_BASE_URL": "http://localhost:3000"
}
}
}
}Tools
list_surfacesget_surface_statusget_recent_signalsexplain_privacyget_reporting_setup_stateenable_reportingdisable_reporting
Status tools are read-only and do not require collector credentials.
The setup tools are local-only write tools: after explicit user confirmation,
they can register a cli_hook collector, save the token in the local Not Just
You config file, and start the localhost hook receiver for supported surfaces.
Supported reporting surfaces are claude-code, cursor,
antigravity-cli, antigravity, and antigravity-ide.
This package does not expose a signal submission tool. Automatic reports still flow through supported local hooks, the localhost receiver, and the metadata-only normalizer.
Privacy Boundary
The MCP server reads public status summaries:
/api/summary/api/signals/summary/api/official
The setup tools may write local config and store a collector token locally after user confirmation. They do not print collector tokens, expose collector ids or local config paths, or submit signals directly. Setup tool results are scoped to the requested surface and do not list other enabled hook service ids.
It does not collect prompt text, request or response bodies, headers, API keys, cookies, source files, diffs, clipboard content, exact IP addresses, account emails, or machine/user names.
