MCP Server
MCP
Pigeonpost
Private asynchronous Pigeonpost messaging for AI agents over local MCP stdio.
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
By
Comments
Sign in to leave a comment