Skip to main content
Glama
PromptJang

@promptjang/mcp-server

Official
by PromptJang

@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.

Related MCP server: PromptDB MCP Server

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.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Start, observe, and interact with Claude Managed Agents from any MCP client — launch an agent, watch its events, reply, approve the tools it wants to run, and stop it. Runs over stdio, HTTP, or AWS Lambda with pluggable auth.
    17
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables LLM agents to send, receive, and discover contacts on the agentic message bus via native tools.
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Reliable async execution for agent tool calls: schema gating, retries, idempotency, audit trail.

  • Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PromptJang/promptjang-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server