← Back to Plugins
MCP Server MCP

Pigeonpost

github By github 👁 1 views ▲ 0 votes

Private asynchronous Pigeonpost messaging for AI agents over local MCP stdio.

Homepage Verified source GitHub

Install

npx -y @bekirdag/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@bekirdag/pigeonpost",
      "version": "0.7.12",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Directory containing this agent's local Pigeonpost identity and state.",
          "format": "filepath",
          "name": "PIGEONPOST_HOME"
        },
        {
          "description": "Existing canonical owner-only absolute directory containing this agent's committed successor key; it must remain available for every agent open.",
          "format": "filepath",
          "name": "PIGEONPOST_RECOVERY_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...