Back to Home
dev-brewery icon

claude-agents-mcp

by dev-brewery

Overview

A centralized Model Context Protocol (MCP) server for managing Claude AI agent definitions, configurations, and custom commands across multiple devices to resolve file synchronization issues.

Installation

Run Command
docker-compose up -d

Environment Variables

  • CONFIG_DATA_PATH
  • API_PORT
  • NODE_ENV

Security Notes

The optional HTTP API wrapper (`src/api.ts`), if deployed, lacks any authentication or authorization mechanisms, allowing any client on the network to perform read, create, update, and delete operations on agents, global configurations, and commands. This is a critical security vulnerability for network deployments. It also uses a broad CORS policy ('Access-Control-Allow-Origin': '*'). The core MCP server, running via stdio, is inherently more secure as it's not directly exposed to the network. SQL injection is mitigated through parameterized queries with `better-sqlite3`.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-10

Tags

MCP ServerClaude AgentsConfiguration ManagementSQLiteSynchronization