setup mcp config

Community

Connect Claude Code to DataSurface MCP via .mcp.json

Authorbillynewport
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill creates a .mcp.json file to connect Claude Code to the DataSurface MCP server running in a Kubernetes cluster, enabling seamless MCP communication from the IDE.

Core Features & Use Cases

  • MCP configuration generation: Produce a correctly structured .mcp.json that points Claude Code to the MCP server.
  • NodePort discovery guidance: Walk through locating the MCP service NodePort in the target namespace.
  • Settings verification & activation: Ensure Claude Code is configured to enable the MCP server and prompt for a restart to apply changes.

Quick Start

  1. Find the MCP Service in your target namespace to obtain the NodePort: kubectl get service -n <namespace> -l app=demo-psp-mcp-server

  2. Create the .mcp.json at your project root using the discovered NodePort: { "mcpServers": { "datasurface": { "type": "sse", "url": "http://localhost:<nodeport>/sse" } } }

  3. Verify that Claude Code settings enable the MCP server:

  • Ensure .claude/settings.local.json includes: { "enableAllProjectMcpServers": true, "enabledMcpjsonServers": ["datasurface"] }
  1. Restart Claude Code (or start a new session) for the MCP server connection to take effect.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: setup mcp config
Download link: https://github.com/billynewport/demo_cokub_model/archive/main.zip#setup-mcp-config

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.