claude-code-mcp

Configure MCP servers connecting Claude Code to databases, filesystems, and APIs.

73|16|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill claude-code-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-mcp
Source: https://github.com/vasilyu1983/AI-Agents-public/tree/main/frameworks/claude-code-kit/framework/skills/claude-code-mcp
Command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill claude-code-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defines and configures MCP servers to connect Claude Code with data, files, and APIs.

Core Features & Use Cases

  • Server templates: Postgres, filesystem, Git, Brave Search, Slack MCPs.
  • Configuration: MCP.json setup and multi-server orchestration.
  • Security: Environment-based access controls.

Quick Start

Add a new MCP server for a PostgreSQL data source and validate connectivity.

Frequently Asked Questions about claude-code-mcp

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

FAQPage Schema
How do I connect Claude Code to a PostgreSQL database using MCP servers?

MCP servers enable Claude Code to access PostgreSQL databases through configured server templates. Set up a PostgreSQL MCP server in your MCP.json configuration, bind connection credentials via environment variables, and validate connectivity through the CLI. This establishes secure, allowlisted database queries from Claude Code.

What MCP server templates are available for Claude Code integrations?

Available MCP server templates include PostgreSQL for database access, filesystem for file operations, Git for version control integration, Brave Search for web queries, and Slack for messaging. Each template provides preconfigured server definitions you can customize and deploy via CLI or JSON configuration.

Can I run multiple MCP servers with Claude Code at the same time?

Yes, MCP supports multi-server orchestration. Configure multiple MCP servers in a single JSON file, each with distinct transports—HTTP, stdio, or SSE—and environment-based access controls. Claude Code loads and manages all configured servers simultaneously, allowing unified access to databases, filesystems, APIs, and external services.

How do I secure MCP server access in Claude Code?

MCP servers enforce security through environment-based access controls, allowlisted filesystem paths, and server-specific capability restrictions. Bind sensitive credentials—database passwords, API keys—via environment variables rather than hardcoding them in configuration, and define granular permissions for each server's operations.

Do I need to build custom MCP servers for proprietary integrations?

Yes, the extensible driver schema supports custom MCP servers for proprietary data sources and APIs. Build and deploy custom servers using the provided framework, configure them in MCP.json with appropriate transports and environment variables, and integrate them alongside built-in templates for complete data source coverage.

What transport protocols does Claude Code MCP support?

MCP servers support three transport protocols: HTTP for remote connections, stdio for local process communication, and SSE (Server-Sent Events) for streaming updates. Select the transport that matches your server's architecture and deployment environment in the MCP.json configuration.