Back to Home
FallDownTheSystem icon

converse

Verified Safe

by FallDownTheSystem

Overview

The server provides a multi-model conversational AI agent capable of general chat, collaborative thinking, and a consensus mechanism for complex technical decisions, particularly geared towards development assistance and code analysis.

Installation

Run Command
npx converse

Environment Variables

  • OPENAI_API_KEY
  • XAI_API_KEY
  • GOOGLE_API_KEY
  • ANTHROPIC_API_KEY
  • MISTRAL_API_KEY
  • DEEPSEEK_API_KEY
  • OPENROUTER_API_KEY
  • CODEX_API_KEY
  • GOOGLE_CLOUD_PROJECT
  • GOOGLE_CLOUD_LOCATION
  • MCP_TRANSPORT
  • PORT
  • HOST
  • LOG_LEVEL
  • MAX_MCP_OUTPUT_TOKENS
  • ASYNC_MEMORY_TTL_MS
  • ASYNC_CACHE_DIR
  • ASYNC_DISK_TTL_MS
  • DEBUG
  • NODE_ENV
  • CODEX_SANDBOX_MODE
  • CODEX_SKIP_GIT_CHECK
  • CODEX_APPROVAL_POLICY

Security Notes

The server uses external SDKs (Codex, Gemini CLI, Claude SDK) that execute local binaries. While these SDKs have their own sandbox and approval policies, their security is external to this codebase and could pose a high risk if the underlying CLI is compromised or manipulated by user input. The `clientCwd` parameter, derived from the user's working directory, is used for file access and agent execution, potentially allowing interaction with sensitive files or execution outside the intended scope if not properly sandboxed by the underlying SDKs. However, the `httpTransport` component implements good network security practices including configurable CORS, request timeouts, rate limiting, and DNS rebinding protection. Path traversal for export directories is mitigated using `path.basename`.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-30

Tags

AI AssistantMulti-modelConversational AICode AnalysisDeveloper ToolAgentic