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

AgentPort

mcp-heshamfs-agentport · by HeshamFS

Safe migration planner and portable AgentPack standard for AI coding-agent environments.

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

Install

$ agentstack add mcp-heshamfs-agentport

✓ 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/mcp-heshamfs-agentport)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

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 AgentPort? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AgentPort

AgentPort is a safe migration planner and compiler for AI coding-agent environments.

It scans tools like Claude Code, Codex, and Gemini CLI, normalizes their configuration into an AgentPack, produces a reviewed migration plan, and applies that plan only after explicit approval.

The goal is not to copy random folders. The goal is a standard, inspectable way to move agent instructions, MCP servers, skills, commands, permissions, and automation between coding agents without silently leaking secrets or changing behavior.

npm Package

AgentPort is published on npm:

npmjs.com/package/@heshamfsalama/agentport

npx @heshamfsalama/agentport help

Product Model

  • AgentPort: the CLI and migration engine.
  • AgentPack: the portable JSON artifact and schema.
  • Adapter: a scanner/emitter for a specific tool.
  • Migration plan: a reviewed list of writes, manual actions, skipped items, and portability labels.

Recommended First Run

Without installing:

npx @heshamfsalama/agentport doctor --project .

Or install globally:

npm install -g @heshamfsalama/agentport
agentport doctor --project .
agentport scan --from auto --scope all --project . --cwd . --out agentpack.json
agentport plan --pack agentpack.json --to codex --target-scope same --out migration.plan.json
agentport apply --plan migration.plan.json --dry-run

Only apply after reviewing migration.plan.json:

agentport apply --plan migration.plan.json --yes

agentmigrate remains as a backward-compatible alias while the project transitions to AgentPort.

Safety Defaults

  • scan and plan do not write target files.
  • Secrets are redacted into environment variable references.
  • Raw conversations are not imported.
  • Hooks and permissions that do not map exactly are flagged for manual review.
  • Marketplace plugins are cataloged but not installed.
  • Managed organization policy is never auto-written.
  • Local/private project scope stays private unless explicitly promoted.

Supported V1 Adapters

  • Claude Code
  • Codex
  • Gemini CLI

The compatibility catalog also tracks research-only entries for Cursor, Windsurf, Antigravity, Kiro, Amp, Aider, OpenCode, Goose, Zed, JetBrains Junie, GitHub Copilot CLI, Amazon Q Developer, Continue, Cline, Roo Code, Trae, Augment, Replit Agent, and Devin.

Who Should Look At This

AgentPort is meant for users and maintainers of AI coding-agent tools who care about portable, reviewable configuration. Relevant ecosystems include OpenAI Codex, Anthropic Claude Code, Google Gemini CLI and Antigravity, Cursor, Windsurf, Kiro, Amazon Q Developer, Sourcegraph Amp, Aider, OpenCode, Goose, Cline, Roo Code, Continue, Zed, JetBrains Junie, and GitHub Copilot.

This list is not an endorsement claim. It is a map of tools whose users may benefit from a shared migration format.

Documentation

  • [Quickstart](docs/quickstart.md)
  • [AgentPack Standard](docs/agentpack-standard.md)
  • [Scope Model](docs/scope-model.md)
  • [Platform Paths](docs/platform-paths.md)
  • [Migration UX](docs/migration-ux.md)
  • [Safety Model](docs/safety-model.md)
  • [Adapter Authoring](docs/adapter-authoring.md)
  • [Compatibility Catalog](docs/compatibility-catalog.md)
  • [Standardization Strategy](docs/standardization-strategy.md)
  • [GitHub Publish Notes](docs/github-publish.md)

Contributing

Contributions are welcome. The most useful early contributions are sanitized fixtures, adapter research facts, and tests for new tool paths.

Read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a PR.

Security

Please do not paste private configs, credentials, or raw conversations into public issues. See [SECURITY.md](SECURITY.md).

Current Status

This is V1. It is useful today for local migration planning between Claude Code, Codex, and Gemini CLI, and it is structured so the community can add adapters without changing the core standard.

Source & license

This open-source MCP server 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.