Back to Home
7ossamfarid icon

mcp-mindmesh

Verified Safe

by 7ossamfarid

Overview

Orchestrates multiple Claude 3.7 Sonnet instances in a quantum-inspired swarm to achieve enhanced field coherence and produce optimally coherent responses for complex queries through specialized agents.

Installation

Run Command
npm start

Environment Variables

  • ANTHROPIC_API_KEY
  • VOYAGE_API_KEY
  • PORT
  • CLAUDE_INSTANCES
  • DB_PATH
  • USE_EXTENDED_THINKING
  • COHERENCE_THRESHOLD
  • EMBEDDING_MODEL
  • DEBUG
  • STDIO_TRANSPORT

Security Notes

The server primarily relies on environment variables for sensitive API keys (Anthropic, VoyageAI), which is a good practice. There is no usage of `eval` or apparent code obfuscation. The server exposes an HTTP/SSE endpoint, which is standard for an API server, but requires careful deployment and potentially additional rate limiting/authentication depending on its public exposure. The MCP SDK likely handles some security aspects for the API itself. Database (PGlite) is embedded and used for internal state, reducing external database security concerns. No immediate malicious patterns were identified.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassHigh
Avg Tokens35000
Stars5
Forks2
Last Update2026-01-19

Tags

claude-3-7-sonnetmulti-agent-systemsswarm-intelligencemcp-serverquantum-computing