MCP Manager

Configure MCP servers by editing mcp.json for Claude Agent SDK standards.

335|58|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Safphere/opencowork --skill mcp-manager-safphere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCP Manager
Source: https://github.com/Safphere/opencowork/tree/main/resources/skills/mcp_manager
Command: npx skills add https://github.com/Safphere/opencowork --skill mcp-manager-safphere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A specialized tool to help developers and operators configure MCP servers by editing the standard mcp.json configuration file, ensuring consistency and adherence to Claude Agent SDK standards.

Core Features & Use Cases

  • OS-aware configuration workflow that detects the user's platform and applies appropriate command formats.
  • Auto-normalizes commands and path syntax to StartIO-friendly JSON, reducing manual editing errors.
  • Provides migration guidance for existing mcp.json configurations and safe prompts to locate and modify the correct file.

Quick Start

Read ~/.opencowork/mcp.json, validate the current MCP configuration against the schema, and prepare a safe update to add or adjust an MCP server entry.

Frequently Asked Questions about MCP Manager

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

FAQPage Schema
How do I configure an MCP server in the mcp.json file?

Configuring an MCP server involves editing the mcp.json file to align with Claude Agent SDK standards. The process requires detecting the operating system and normalizing commands to StartIO-friendly JSON syntax to ensure deterministic server setups without manual editing errors.

Why does my MCP server configuration fail on different operating systems?

MCP server configurations fail across operating systems due to mismatched path syntax. An OS-aware configuration workflow detects the user's platform and applies appropriate command normalization to StartIO-friendly JSON, preventing platform-specific manual editing errors.

How do I migrate an existing mcp.json configuration safely?

To migrate an existing mcp.json configuration safely, use guided prompts to locate and modify the correct file. The process validates your current configuration against the schema and prepares safe updates to add or adjust MCP server entries without breaking setups.

Can I use MCP Manager for local development environments?

Yes, you can use this configuration approach for local development environments. The tool applies deterministic MCP server configurations across both local development setups and server deployments, ensuring adherence to Claude Agent SDK standards.

Do I need to manually format command paths for Claude Agent SDK compatibility?

No, you do not need to manually format command paths for Claude Agent SDK compatibility. The configuration process auto-normalizes commands and path syntax to StartIO-friendly JSON, reducing manual editing errors and ensuring deterministic setups.