About Pidgr MCP
Pidgr MCP is an MCP server published by pidgr in the Developer Tools category: mCP server for Pidgr. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx pidgr-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Pidgr MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
pidgr-mcp
Open-source MCP server for Pidgr.
Pidgr is an internal communication platform that replaces passive email and chat announcements with structured, trackable campaigns. Messages reach every employee, actions are verified, and delivery is measurable — not buried in a feed.
pidgr-mcp lets AI agents manage Pidgr through natural language. It exposes 49 tools and works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Capabilities
Campaigns — Create, update, start, cancel, and list campaigns. Track per-user delivery status (sent, delivered, acknowledged, missed).
Templates — Create versioned message templates with variable substitution. Supports Markdown, Rich, and HTML content types.
Audience — Manage recipient groups and organizational teams. Add/remove members, query memberships in batch.
Users — Invite users, manage profiles (department, title, location), assign roles, deactivate accounts.
Organizations — Configure organization settings, default workflows, industry, and SSO attribute mappings.
Roles & Permissions — Create custom roles with granular permission sets. Assign roles to users.
API Keys — Create scoped API keys with optional expiration. List and revoke keys.
Analytics — Query aggregated touch heatmap data with screen, campaign, and time range filters. List session recordings and fetch snapshot data for playback.
Install
Binary (stdio)
Download from GitHub Releases and verify the checksum:
sha256sum -c checksums.txt
Add to your MCP config:
{
"mcpServers": {
"pidgr": {
"command": "pidgr-mcp",
"env": { "PIDGR_API_KEY": "pidgr_k_..." }
}
}
}
Hosted (Streamable HTTP)
{
"mcpServers": {
"pidgr": {
"url": "https://mcp.pidgr.com"
}
}
}
No API key needed — OAuth handles authentication.
Docker
docker run -e PIDGR_MCP_TRANSPORT=http -e PIDGR_AUTH_ISSUER=<your-issuer-url> -p 8080:8080 ghcr.io/pidgr/pidgr-mcp:latest
Configuration
| Variable | Required | Description |
|---|---|---|
PIDGR_API_KEY |
stdio only | Scoped API key |
PIDGR_API_URL |
No | API endpoint |
PIDGR_MCP_TRANSPORT |
No | stdio or http |
PIDGR_MCP_ADDR |
No | Listen address (http mode) |
PIDGR_AUTH_ISSUER |
http only | OIDC issuer URL |
PIDGR_AUTH_CLIENT_ID |
No | App client ID for audience validation |
License
Apache 2.0
README mirrored from the source repository 3 months ago. The original is authoritative.