Configs
Freeby MCP Community
AI coding agent configuration manager — store, version, apply, and share all your AI coding configs. CLI + MCP + REST API + Dashboard.
v0.2.30Added Apr 12, 2026
configsdotfilesagent-configclaudecodex
Configs MCP Server
AI coding agent configuration manager — store, version, apply, and share all your AI coding configs. CLI + MCP + REST API + Dashboard.
Installation
Reviews
Installation
Quick install
npx -y @hasna/configs
Add to claude_desktop_config.json
{
"mcpServers": {
"configs": {
"command": "npx",
"args": ["-y", "@hasna/configs"]
}
}
}