AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agentmailbox Claude Code

skill-ragavrida-agentsmcp-claude-code · by RagavRida

>

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-ragavrida-agentsmcp-claude-code

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ragavrida-agentsmcp-claude-code)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
24d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agentmailbox Claude Code? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AgentMailbox — Context Sync for Claude Code

Your context follows you across terminal sessions and tools.

AgentMailbox gives Claude Code persistent memory across sessions. Combined with CLAUDE.md for static project context, AgentMailbox provides dynamic, evolving context that tracks decisions, progress, and open questions across every session and every tool.

Setup

1. Add MCP to Claude Code

Add to your Claude Code MCP settings:

{
  "mcpServers": {
    "agentsmcp": {
      "command": "npx",
      "args": ["-y", "agentsmcp-adapter"],
      "env": {
        "AGENTSMCP_AGENT_ID": "claude-code@local",
        "AGENTSMCP_SERVER": "http://localhost:3000"
      }
    }
  }
}

2. Start the Server

npx agentsmcp-server
# Runs at http://localhost:3000

Or use the demo server:

AGENTSMCP_SERVER=https://hdnxa5c8yr.us-east-1.awsapprunner.com

How It Works with CLAUDE.md

| Layer | Purpose | Persistence | |:------|:--------|:------------| | CLAUDE.md | Static project context (coding standards, architecture, conventions) | File-based, manual | | AgentMailbox | Dynamic session context (decisions, progress, open questions, handoffs) | Server-backed, automatic |

Use both together:

  • CLAUDE.md for what the project is
  • AgentMailbox for what happened and what's next

Workflows

Session Start

Tool: agentsmcp_receive

Check for context from previous sessions or messages from other agents/tools.

After Terminal Work

Record what you accomplished:

Tool: agentsmcp_send
Arguments:
  to: "claude-code@local"
  body: {
    "session": "Terminal session summary",
    "commands": ["npm test — all passing", "npm run build — clean"],
    "decisions": ["Migrated to ESM modules"],
    "filesChanged": ["package.json", "tsconfig.json", "src/index.ts"],
    "remainingTasks": ["Update CI config for ESM"]
  }

Handoff to GUI Tools

When the user wants to continue in Cursor or Claude Desktop:

Tool: agentsmcp_send
Arguments:
  to: "cursor@local"
  body: {
    "handoff": "ESM migration 80% complete",
    "remainingWork": "Update CI pipeline, fix 2 failing integration tests",
    "context": "See thread for full migration log"
  }

Tool Reference

| Tool | Purpose | |:-----|:--------| | agentsmcp_receive | Get unread messages with full context | | agentsmcp_send | Send a message / record progress | | agentsmcp_sync | Rejoin a thread with full context | | agentsmcp_threads | List all threads | | agentsmcp_mark_read | Mark a thread as read | | agentsmcp_reply_all | Reply to all participants |

Links

  • GitHub: https://github.com/RagavRida/agentsmcp
  • npm: https://www.npmjs.com/package/agentsmcp

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.