mcp-bridge
Verified Safeby Atomic-Germ
Overview
Orchestrates a cyclical creative workflow by logging meditation and critique, suggesting mode switches, and injecting context between generative and analytical AI models.
Installation
node dist/index.jsSecurity Notes
The server primarily communicates over standard I/O (StdioServerTransport), limiting direct network attack surface. It stores session data in local JSON files with atomic writes for integrity. Input parsing for meditation/consult text uses regexes and string manipulations, which appear safe. No direct use of 'eval' or hardcoded secrets found. Potential risks exist in parsing complex or malicious outputs from other MCPs, but the current code doesn't execute arbitrary commands based on these inputs.
Similar Servers
claude-flow
AI Agent Orchestration and Development Platform for Claude Code
mcp-sequentialthinking-tools
Guides LLM-driven sequential problem-solving by breaking down complex problems into manageable steps and providing confidence-scored recommendations for MCP tool usage at each stage.
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.