{
  "markdown": "# post-bridge-mcp\n\nUnofficial Post Bridge MCP server (FastMCP). Provides a local MCP server that talks to the Post\nBridge API so you can schedule/publish content from MCP-compatible clients.\n\n## Installation\n\nWe provide OS-specific prebuilt binaries on the Releases page. Pick the latest release, download the\nbinary for your OS, set the required environment variables, and run it.\n\nReleases: https://github.com/xSAVIKx/post-bridge-mcp/releases\n\nNote about file names (from our CI config):\n\n- macOS: `post-bridge-mcp-macos-<version>`\n- Linux (Ubuntu): `post-bridge-mcp-ubuntu-<version>`\n- Windows: `post-bridge-mcp-windows-<version>`\n\n### Gemini CLI Extension\n\n```bash\ngemini extensions install https://github.com/xSAVIKx/post-bridge-mcp\n```\n\n### macOS (zsh)\n\n```zsh\n# 1) Download the latest macOS binary (replace 0.1.6 with the latest version)\nVERSION=0.1.6\ncurl -L -o post-bridge-mcp \"https://github.com/xSAVIKx/post-bridge-mcp/releases/download/v$VERSION/post-bridge-mcp-macos-$VERSION\"\nchmod +x post-bridge-mcp\n\n# 2) Required environment variables\nexport POST_BRIDGE_API_TOKEN=\"<your_api_token>\"\n# Optional (defaults to https://api.post-bridge.com)\n# export POST_BRIDGE_API_BASE_URL=\"https://api.post-bridge.com\"\n\n# 3) Run\n./post-bridge-mcp\n```\n\n### Linux (bash)\n\n```bash\n# 1) Download the latest Linux binary (replace 0.1.6 with the latest version)\nVERSION=0.1.6\ncurl -L -o post-bridge-mcp \"https://github.com/xSAVIKx/post-bridge-mcp/releases/download/v$VERSION/post-bridge-mcp-ubuntu-$VERSION\"\nchmod +x post-bridge-mcp\n\n# 2) Required environment variables\nexport POST_BRIDGE_API_TOKEN=\"<your_api_token>\"\n# Optional (defaults to https://api.post-bridge.com)\n# export POST_BRIDGE_API_BASE_URL=\"https://api.post-bridge.com\"\n\n# 3) Run\n./post-bridge-mcp\n```\n\n### Windows (PowerShell)\n\n```powershell\n# 1) Download the latest Windows binary (replace 0.1.6 with the latest version)\n$version = \"0.1.6\"\n$asset   = \"post-bridge-mcp-windows-$version.exe\"\n$uri     = \"https://github.com/xSAVIKx/post-bridge-mcp/releases/download/v$version/$asset\"\nInvoke-WebRequest -Uri $uri -OutFile \"post-bridge-mcp.exe\"\n\n# 2) Required environment variables (for current session)\n$env:POST_BRIDGE_API_TOKEN = \"<your_api_token>\"\n# Optional (defaults to https://api.post-bridge.com)\n# $env:POST_BRIDGE_API_BASE_URL = \"https://api.post-bridge.com\"\n\n# 3) Run\n./post-bridge-mcp.exe\n```\n\n### Using Bun/Node (from npm registry)\n\nIf you prefer not to use prebuilt binaries, you can install the package and run the CLI with Bun or\nNode.\n\n```bash\n# Install\nbun add post-bridge-mcp\n\n# Set env vars (bash/zsh example)\nexport POST_BRIDGE_API_TOKEN=\"<your_api_token>\"\n# export POST_BRIDGE_API_BASE_URL=\"https://api.post-bridge.com\" # optional\n\n# Run with Bun directly from the installed package\nbun node_modules/post-bridge-mcp/dist/cli.js\n\n# Or run with Node\nnode node_modules/post-bridge-mcp/dist/cli.js\n```\n\nNotes:\n\n- You can also run the CLI from source in this repo for development: `bun src/cli.ts`.\n- The MCP server starts immediately and listens per your MCP client configuration.\n\n## Environment variables\n\nThese must be available in the process environment when starting the server:\n\n- `POST_BRIDGE_API_TOKEN` (required): Your Post Bridge API token. If missing, the server will exit\n  with an error.\n- `POST_BRIDGE_API_BASE_URL` (optional): Base URL for the Post Bridge API. Defaults to\n  `https://api.post-bridge.com`.\n\n## Contributing\n\nPlease see [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.\n\n## License\n\nMIT\n",
  "bytes": 3506,
  "sha": "dbe582aa4415412bcbe9c8712aa8bc0e5f1f8d60411dfa2a287b083891183071",
  "repo_slug": "xsavikx/post-bridge-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_xsavikx_post_bridge_mcp_64790f50/readme"
}