MCP Integration
Postgram exposes machine-agent tooling through MCP over SSE.
What this page covers
Section titled “What this page covers”MCP setup, tool surface, and output behavior for agent workflows.
Core workflow
Section titled “Core workflow”- Point MCP clients at:
http://127.0.0.1:3100/mcp-
Set auth headers (Bearer API key).
-
Use exposed tools for entity and task operations. Core tool names:
store,recall,search,update,deletetask_create,task_list,task_update,task_completesync_push,sync_statuslink,unlink,expand
- Use compacting for long-running/large responses:
{ "full_response": true}for full REST payloads, and
{ "toon": true}on list-like tools for compact text output.
- MCP transport is intentionally aligned with the REST model; it does not change your persistence model or auth boundaries.
- Tool output defaults can be compact; the underlying API remains JSON.