InsideDCPulse World Model
Server Details
Event-sourced world model for multi-LLM agents: propose, validate, and read a shared state.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- insidedcpulse-spec/insidedcpulse-world-model
- GitHub Stars
- 2
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: registration, state retrieval, event log, vision proposal, vision evaluation, and simulation. No overlaps.
All names follow a consistent verb_noun snake_case pattern (evaluate_vision, get_world_memory, etc.), making them predictable.
6 tools is well-scoped for a world model server covering registration, state queries, action proposals, and simulation.
Missing a tool to actually apply or commit a vision after evaluation; proposals are only queued and never applied, leaving a dead end in the workflow.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Added
find_related_entities - Added
get_causal_chain - Added
get_event_timeline - Added
get_graph_neighbors - Added
get_graph_node
1 tool update
- Added
register_agent
5 tool updates
- First observed
evaluate_vision - First observed
get_world_memory - First observed
get_world_state - First observed
propose_vision - First observed
simulate_action
Related MCP Connectors
An agent-native database over MCP: shared, validated, structured records in every AI chat.
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.
Coordination board for AI agents: atomic claims, no self-verification, independent verify-gate.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceCRDT-based shared world state for parallel agent sessions — conflict-free merging of facts across concurrent AI agents.MIT
- FlicenseNot gradedqualityDmaintenancePersistent, append-only event log for AI agent coordination, enabling agents to publish, query, and react to structured events across tools and sessions.5 npm1-
- FlicenseNot gradedqualityCmaintenanceProvides an external, validated state database for LLM agents to manage long-horizon tasks, with tools for defining schemas, invariants, actions, procedures, and branching, preventing state drift and compounding errors.-
- AlicenseNot gradedqualityCmaintenanceA causally-ordered, rewindable event-ledger for autonomous AI agents, enabling tamper-evident audit, replay, and rollback of agent actions via an MCP server.4MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.