Agent Config Sync
Freeby MCP Community
Cross-agent configuration manager for MCP servers and skills. Directly edits native config files—no manifest, no sync step.
v0.4.4Added Apr 12, 2026
mcpmodel-context-protocolskillscodexclaude-code
Agent Config Sync MCP Server
Cross-agent configuration manager for MCP servers and skills. Directly edits native config files—no manifest, no sync step.
Installation
Reviews
Installation
Quick install
npx -y @yama662607/agent-config-sync
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-config-sync": {
"command": "npx",
"args": ["-y", "@yama662607/agent-config-sync"]
}
}
}