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
docker-compose up -dEnvironment 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
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
juleson
An AI-powered coding agent and automation toolkit that integrates with Google's Jules AI via CLI and MCP for comprehensive software development workflows.
converse
Orchestrates and exposes various AI tools (chat, multi-model consensus, job management) over the Model Context Protocol, enabling local, persistent, and potentially asynchronous AI interactions across multiple Large Language Model (LLM) providers.
purmemo-mcp
A cross-platform AI conversation memory server enabling saving and recalling conversations across various MCP-compatible AI tools and IDEs like Claude Desktop, Cursor, and Windsurf.