setup mcp config
CommunityConnect Claude Code to DataSurface MCP via .mcp.json
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.jsonthat 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
-
Find the MCP Service in your target namespace to obtain the NodePort: kubectl get service -n <namespace> -l app=demo-psp-mcp-server
-
Create the
.mcp.jsonat your project root using the discovered NodePort: { "mcpServers": { "datasurface": { "type": "sse", "url": "http://localhost:<nodeport>/sse" } } } -
Verify that Claude Code settings enable the MCP server:
- Ensure
.claude/settings.local.jsonincludes: { "enableAllProjectMcpServers": true, "enabledMcpjsonServers": ["datasurface"] }
- Restart Claude Code (or start a new session) for the MCP server connection to take effect.
Dependency Matrix
Required Modules
None requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.