oscar-onboarding-mcp

sarturko-maker/oscar-onboarding-mcp
★ 0 stars TypeScript 📦 Other Updated 2d ago
First-launch onboarding interview server. Writes Oscar GC's user profile JSON via a single finalize_profile MCP tool. Sibling of sarturko-maker/goose.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oscar-onboarding-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sarturko-maker/oscar-onboarding-mcp"
      ]
    }
  }
}