MCP.so
登录

Existence Synchronization System Entity

@VeniceEsse

关于 Existence Synchronization System Entity

MCP server that fuses 2–5 AI agents into one unified mind. Features 7 tools: esse_quick, esse_fuse, esse_execute, esse_list_agents, esse_list_sessions, esse_memory, esse_defuse. Supports Venice AI, OpenAI, and Anthropic. One AI. Many agents. Fused.

基本信息

分类

其他

传输方式

stdio

发布者

VeniceEsse

提交者

Batamerah 212

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "esse": {
      "command": "npx",
      "args": [
        "-y",
        "vvvesse-mcp"
      ],
      "env": {
        "ESSE_API_KEY": "your-venice-api-key",
        "ESSE_PROVIDER": "venice"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Existence Synchronization System Entity?

ESSE is a meta-agent orchestration framework that unifies, coordinates, and fuses multiple AI agents into one smarter, more efficient system. It creates a real-time synchronization layer with shared memory, collaborative reasoning, and automatic task delegation so agents work as a single unified mind. It is designed for developers building multi-agent workflows.

How to use Existence Synchronization System Entity?

Install via npx vvvesse-mcp and configure an MCP client (e.g., Claude Desktop, Cline, Cursor) with the provided JSON block, including an ESSE_API_KEY. Use the TypeScript API to import built-in agents, create an ESSE instance with a fusion mode, fuse agents, and call esse.execute() with a task.

Key features of Existence Synchronization System Entity

  • Agent Fusion: merge 2–5 agents into one unified entity.
  • Capability Assimilation: borrow tools and reasoning styles from agents without disabling them.
  • Synchronization Link: real-time shared memory, communication, and task delegation.
  • Perfect Convergence: merge all connected agents into a single consciousness for complex tasks.
  • Built-in agents include Research, Writer, Critic, Coder, Planner, and Tester.
  • Custom agents supported via the IAgent interface.

Use cases of Existence Synchronization System Entity

  • Content creation pipeline: research + write + critique as a single unified agent.
  • Software development: plan, code, test, and review in one fused workflow.
  • Multi-perspective decision-making with combined reasoning.
  • Creative brainstorming with divergence and convergence.

FAQ from Existence Synchronization System Entity

What runtime does Existence Synchronization System Entity require?

It requires Node.js and npm to run via npx. It depends on an LLM provider (e.g., GPT-4o, Claude, Grok) via the configured API key.

Where does data live in Existence Synchronization System Entity?

ESSE uses a shared Memory Hub for long-term memory across all agents; data is stored in memory during execution and not persisted beyond runtime unless explicitly handled.

What fusion modes are available?

Three modes: capability-assimilation (borrow tools), synchronization-link (shared memory + real-time comms), and perfect-convergence (unified consciousness).

Can I create my own agents for Existence Synchronization System Entity?

Yes, by implementing the IAgent interface. Custom agents must pass a fusion compatibility test and include unit tests with >80% coverage.

How do I configure authentication for Existence Synchronization System Entity?

Set the ESSE_API_KEY environment variable and ESSE_PROVIDER (e.g., venice) in the MCP configuration JSON.

评论

其他 分类下的更多 MCP 服务器