update-mcp

Create or update MCP server configuration JSON files.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/fabis94/fabis-ralph-loop --skill update-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-mcp
Source: https://github.com/fabis94/fabis-ralph-loop/tree/main/.universal-ai-config/skills/update-mcp
Command: npx skills add https://github.com/fabis94/fabis-ralph-loop --skill update-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of MCP (Model Context Protocol) server configurations, ensuring AI tools have access to necessary external services.

Core Features & Use Cases

  • Create/Update MCP Files: Generate new .json files for new servers or modify existing ones.
  • Organize Servers: Supports splitting server configurations across multiple files for better project organization.
  • Use Case: You need to add a new GitHub integration for your AI agent. This skill helps you create a github.json file in the correct directory and configure its connection details.

Quick Start

Use the update-mcp skill to create a new MCP server configuration file for a PostgreSQL database.

Frequently Asked Questions about update-mcp

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

FAQPage Schema
How do I configure an MCP server for AI tools?

To configure an MCP server, you create or update JSON template files that define server types, commands, environment variables, and per-target overrides. This provides structured access to external services like databases and APIs for AI tools.

Can I split MCP server configurations across multiple files?

Yes, you can organize MCP server configurations across multiple JSON files. This allows you to split servers into separate files for better project organization, such as creating a dedicated file for a new GitHub integration.

What is the best way to add a database integration to my AI agent?

The best way to add a database integration is to create a new JSON template file that defines the server connection details and environment variables. This configures the MCP server to provide your AI agent with structured access to the database.

How do I set environment variables and commands for MCP servers?

You define environment variables and commands within the JSON template files used for MCP server configuration. These files support specifying server types and per-target overrides to facilitate external service integration.

Do I need to manually edit JSON files to update MCP server configurations?

No, you can generate new JSON files for new servers or modify existing ones automatically. This streamlines the creation and management of MCP configurations, ensuring AI tools have access to necessary external services without manual JSON editing.