Event-sourced world model for multi-LLM agents: propose, validate, and read a shared state.
Connect InsideDCPulse World Model to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Event-sourced world model for multi-LLM agents: propose, validate, and read a shared state. The insidedcpulse world model mcp server is what makes that connection.
Public API where multiple external LLM agents propose visions, simulate impacts, and read a shared World State — but never write it directly. Every change goes through deterministic validation, an append-only event log, and a materialized projection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
PROPOSED — agent -> eventAFFECTED — event -> entity it touchedREFERENCES — entity -> entity, via explicit *_id fields (e.g. anOWNED_BY — team -> servicePRECEDES — heuristic temporal ordering between related eventsCAUSED — heuristic causal edges (e.g. alert-firing precedesMethod — PathGET — /api/v1/graph/node/{node_id}Configuration is passed through the environment: ADMIN_API_KEY, VPS_SSH_KEY, OPENROUTER_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. InsideDCPulse World Model's toolset — PROPOSED, AFFECTED, REFERENCES and 5 more — is a fair guide to whether it matches your workflow. It is maintained by com.insidedcpulse; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against InsideDCPulse World Model's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| PROPOSED | agent -> event |
| AFFECTED | event -> entity it touched |
| REFERENCES | entity -> entity, via explicit *_id fields (e.g. an |
| OWNED_BY | team -> service |
| PRECEDES | heuristic temporal ordering between related events |
| CAUSED | heuristic causal edges (e.g. alert-firing precedes |
| Method | Path |
| GET | /api/v1/graph/node/{node_id} |
| Variable | Description | Required |
|---|---|---|
| ADMIN_API_KEY | Credential the server authenticates with. | Yes |
| VPS_SSH_KEY | Credential the server authenticates with. | Yes |
| OPENROUTER_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.