pragmus
invite only
context layer for agentic workflows

The context layer your agents act on.

Chat logs, wikis, and vector stores were built for humans reading. Pragmus is built for agents acting. It holds the working state of what's known, claimed, decided, and asked — current, contradiction-aware, and ready to load.

Currently in closed beta. Sign up to reserve your spot.
why this exists

Agents need a place to put what they figure out.

A coding agent decides on a token strategy. A research agent learns a constraint. A planning agent commits to a sequence. Today, those decisions land in a session transcript, get auto-summarized, and disappear. The next agent starts from zero — or worse, from a snapshot of yesterday's assumptions that are no longer true.

The shape they need isn't a document. It isn't a graph database. It's a substrate — small, structured, queryable, and self-indexing — that holds the state-of-the-world an agent has to read before it can act competently.

Pragmus is that substrate. how it works →

the four intents
👁observe💬claimdecideinquire
or use it directly

From the dashboard. No client required.

Pragmus ships with a dashboard chat — an in-browser agent that captures items and answers questions over the substrate using the same MCP tools an external client would. You describe what happened; it drafts the item, you confirm. You ask the state of something; it queries the right tools and replies. Useful when you're working from a browser and haven't wired up a client yet.

plugs into your stack

One endpoint. Anything that speaks MCP.

No SDK. No per-agent adapter. Same tools, same writes, same reads, regardless of which agent runtime is on the other side.

documented setups
Claude Code · Claude Desktop · Cursor
compatible by spec
Any MCP-compatible client — stdio or HTTP-streamable. Agent runtimes, CI hooks, custom scripts.

The substrate your agents act on.

Works with any MCP-compatible client. Documented setups: Claude Code, Claude Desktop, Cursor. Anything that speaks MCP can connect.

MCP-native ·self-organizing topology ·zero read cost
Currently in closed beta. Sign up to reserve your spot.