scribe-onboarding

Automate Scribe MCP setup with pip installation, Postgres bootstrap, and host projection.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/CortaLabs/scribe_mcp --skill scribe-onboarding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scribe-onboarding
Source: https://github.com/CortaLabs/scribe_mcp/tree/main/plugins/claude/skills/scribe-onboarding
Command: npx skills add https://github.com/CortaLabs/scribe_mcp --skill scribe-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3.11, postgreSQL, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup and connection of Scribe MCP, streamlining the process of installing the package, configuring the runtime, and verifying the connection.

Core Features & Use Cases

  • Automated Installation: Handles the installation of the Scribe MCP package using pip.
  • Postgres Bootstrap: Provides a one-command Postgres bootstrap for the recommended runtime.
  • Host Projection: Projects the Scribe plugin into the agent host for easy integration.
  • Verification: Includes steps to verify the installation and connection of Scribe MCP.
  • Use Case: Ideal for new users setting up Scribe MCP on a new machine or in a new repository.

Quick Start

Install and connect Scribe MCP with the command: scribe onboarding

Frequently Asked Questions about scribe-onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Scribe MCP setup and connection?

You can automate Scribe MCP setup by running the `scribe onboarding` command, which handles package installation via pip, runtime configuration, and host projection into the agent host for immediate integration.

What prerequisites do I need for Scribe MCP installation?

Scribe MCP installation requires Python 3.11 or higher and a PostgreSQL instance. These dependencies must be present in your environment before running the automated setup and connection process.

How do I bootstrap a PostgreSQL database for Scribe MCP?

To bootstrap PostgreSQL for Scribe MCP, the onboarding process provides a one-command Postgres bootstrap that configures the recommended runtime, preparing the database for immediate connection.

Does the Scribe MCP setup include connection verification?

Yes, Scribe MCP setup includes verification steps to confirm the installation and database connection are successful, ensuring the runtime configuration and host projection are fully operational before you begin.

What is the best way to install Scribe MCP on a new machine?

The best way to install Scribe MCP on a new machine is using the automated onboarding command, which projects the Scribe plugin into the agent host and configures the runtime without manual package management.

Why does Scribe MCP onboarding require PostgreSQL?

Scribe MCP onboarding requires PostgreSQL because it serves as the recommended runtime backend for the connection, and the automated setup includes a bootstrap process to initialize the database configuration.