prospector/mcp/claude-desktop.snippet.json
Natalie 845f437cb5 docs: README + package.json reflect the implemented web/ operator PWA
The full coworker-replacement app is built in web/ (served by this repo's
NestJS backend), not the platform my/ surface. Document the six views and the
/prospector/* endpoints each uses, the shared-audit/human_owned/Life-opt-in
guarantees, and dev/build commands. Keep the platform my/ SSO vision as-is.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 07:58:45 -04:00

11 lines
648 B
JSON

{
"_comment": "Add/merge this under mcpServers in ~/Library/Application Support/Claude/claude_desktop_config.json. EDIT WHILE CLAUDE DESKTOP IS FULLY QUIT (it rewrites the file on quit and will drop the entry). Use the installer `./run install:mcp` for the safe automated version. Update paths + token for your setup.",
"prospector": {
"command": "/opt/homebrew/bin/node",
"args": ["/Users/natalie/Code/@applications/@prospector/@packages/mcp-prospector/dist/index.js"],
"env": {
"PROSPECTOR_BASE_URL": "http://127.0.0.1:3210",
"PROSPECTOR_SERVICE_TOKEN": "REPLACE_WITH_REAL_TOKEN (devtoken for local .env)"
}
}
}