oimpresso-team-onboarding

Configure and validate Claude Code MCP access with a Bearer token.

Updated May 14, 2024
One-click install
npx skills add https://github.com/wagnerra23/oimpresso.com --skill oimpresso-team-onboarding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oimpresso-team-onboarding
Source: https://github.com/wagnerra23/oimpresso.com/tree/main/.claude/skills/oimpresso-team-onboarding
Command: npx skills add https://github.com/wagnerra23/oimpresso.com --skill oimpresso-team-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents new or returning developers from being blocked when Claude Code cannot access the oimpresso team MCP server and shared memory due to missing or incorrect local configuration and tokens.

Core Features & Use Cases

  • Diagnose and choose the right setup path: detects project context, checks for existing .mcp.json, and verifies whether .claude/settings.local.json contains a real MCP bearer token.
  • Generate and validate MCP connection automatically: creates the correct mcpServers configuration and verifies connectivity by calling tools/list, then guides next actions once access is confirmed.
  • Support onboarding for Wagner to add new devs: provides steps to generate/distribute tokens securely and instructs the dev to complete local Claude configuration and first run.

Quick Start

Tell the AI: "Set up my Claude Code connection to the oimpresso MCP server and generate .claude/settings.local.json if needed."

Frequently Asked Questions about oimpresso-team-onboarding

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

FAQPage Schema
How do I configure Claude Code to connect to an MCP server?

Setting up Claude Code MCP access involves detecting project context and verifying whether .claude/settings.local.json contains a real MCP bearer token. It creates the correct mcpServers configuration and confirms connectivity via tools/list.

Why does Claude Code fail to access team memory and shared tools?

Claude Code fails to access team memory when local configuration is missing or incorrect. This Skill diagnoses the setup path, checks for an existing .mcp.json file, and validates the Bearer token in .claude/settings.local.json to restore MCP server connectivity.

What is the best way to onboard a new developer to a shared MCP server?

Onboarding a new developer to a shared MCP server requires secure token generation and local configuration. This Skill provides steps to generate and distribute Bearer tokens, then instructs the developer to complete local Claude configuration and run the first validation.

Do I need a Bearer token for Claude Code MCP validation?

Yes, a Bearer token is required for Claude Code MCP validation. The setup process ensures .claude/settings.local.json contains a valid Bearer token for the target MCP endpoint, then confirms access by calling tools/list to validate the connection.

How does tool validation work when setting up Claude Code?

Tool validation during Claude Code setup works by calling tools/list after configuring the mcpServers block. This confirms the Bearer token in .claude/settings.local.json is accepted by the MCP server and that shared team memory and tools are accessible.