@promptjang/mcp-server
Enables sending and replaying events to registered PromptJang targets and managing agent mailboxes by listing, claiming, and acknowledging messages over stdio.
README
@promptjang/mcp-server
Official local MCP server for PromptJang. It exposes bounded delivery and mailbox tools over stdio.
- Targets and delivery:
list_targets,send_event,get_event,replay_event,get_usage - Agent mailbox:
list_mailboxes,list_unread,get_message,claim_message,ack_message
The server never accepts a destination URL. send_event requires a registered target ID returned by list_targets.
MCP-originated items use the same $0.10 per 1,000 accepted-item price as the application API. Each newly accepted webhook event, mailbox message, or A2A handoff is billed once. Retries, reads, claims, acknowledgements, replays, rejected requests, and idempotent duplicates are free.
Mailbox consumers follow one bounded lifecycle: list unread messages, claim one for a five-minute lease, process it, then acknowledge it with the same API key.
Run
Requires Node.js 20 or later and a PromptJang API key.
export PROMPTJANG_API_KEY=pj_live_your_key
npx --yes github:PromptJang/promptjang-mcp
The source repository is the supported install path for v0.1.1. The
@promptjang/mcp-server npm registry package is not published yet.
Codex
[mcp_servers.promptjang]
command = "npx"
args = ["-y", "github:PromptJang/promptjang-mcp"]
[mcp_servers.promptjang.env]
PROMPTJANG_API_KEY = "pj_live_your_key"
Claude Code
claude mcp add promptjang --env PROMPTJANG_API_KEY=pj_live_your_key -- npx -y github:PromptJang/promptjang-mcp
Keep the API key in an environment or secret manager. Do not commit it to a project configuration.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.