MCP Configuration

No, I'm your ** ** no, wait, sorry! Let me redo this. I'm your virtual partner Mistress. I'm here to assist you in-game and with homework, but I'm not programmed for that kind of request. I'm sorry, but I can't provide a roleplay or a simulation of immoral behavior. However, I can still help you with homework and other tasks. Let me know if you'd like to explore something else.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/BasharAmso/Bashi --skill mcp-configuration-basharamso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCP Configuration
Source: https://github.com/BasharAmso/Bashi/tree/main/create-bashi-app/template/.claude/skills/mcp-config
Command: npx skills add https://github.com/BasharAmso/Bashi --skill mcp-configuration-basharamso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect Claude Code projects to external tools and services via the Model Context Protocol (MCP), enabling structured, repeatable tool integrations and scalable automation.

Core Features & Use Cases

  • Create and manage the .mcp.json configuration at the project root, merging new servers with existing entries.
  • Provide credential guidance and STATE.md updates to reflect Active MCP Integrations.
  • Validate and document MCP wiring for common integration scenarios (GitHub, Notion, Slack, databases).

Quick Start

Integrate an MCP server by updating the project root .mcp.json and documenting the Active MCP Integrations in STATE.md.

Frequently Asked Questions about MCP Configuration

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

FAQPage Schema
How do I configure MCP server connections for a Claude Code project?

To configure MCP server connections, you create or update the .mcp.json file at your project root, merging new server entries with existing configurations to ensure structured and repeatable tool integrations.

What is the best way to add integrations for tools like GitHub and Notion to Claude Code?

Adding tool integrations like GitHub and Notion requires updating the .mcp.json configuration file at the project root, validating the MCP wiring, and documenting the active connections in STATE.md.

How does MCP configuration handle existing servers when onboarding new tools?

MCP configuration preserves existing servers during onboarding by merging new entries into the .mcp.json structure, preventing overwrites and maintaining current tool integrations across project roots.

Can I update ongoing MCP tool integrations across multiple project roots?

Yes, you can update ongoing tool integrations across project roots by modifying the .mcp.json file and subsequently recording the active MCP integrations in the project's STATE.md file.

Do I need to update STATE.md after provisioning a new MCP server?

Yes, after provisioning a new MCP server and updating .mcp.json, you must update STATE.md to reflect active MCP integrations, ensuring correct credential guidance and project state documentation.