fix: update install instructions for pre-marketplace use

Plugin isn't in the marketplace yet. Installation is via git clone
and --plugin-dir flag. Removed redundant Development section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sterling Chin
2026-02-12 18:06:48 -08:00
parent 0d95ce0f30
commit 680dcd027c

View File

@@ -4,8 +4,17 @@ Full API lifecycle management inside Claude Code. One install, zero manual MCP c
## Installation
Clone the repo and load it as a local plugin:
```bash
claude plugin install postman@Postman-Devrel/postman-claude-code-plugin
git clone https://github.com/Postman-Devrel/postman-claude-code-plugin.git
```
Then start Claude Code with the plugin loaded:
```bash
cd your-api-project/
claude --plugin-dir /path/to/postman-claude-code-plugin
```
## Quick Start
@@ -14,8 +23,14 @@ claude plugin install postman@Postman-Devrel/postman-claude-code-plugin
```bash
export POSTMAN_API_KEY=PMAK-your-key-here
```
Add it to your shell profile (`~/.zshrc` or `~/.bashrc`) to persist across sessions.
2. Run setup:
2. Start Claude Code with the plugin:
```bash
claude --plugin-dir /path/to/postman-claude-code-plugin
```
3. Run setup:
```
/postman:setup
```
@@ -117,17 +132,6 @@ The built-in readiness analyzer evaluates APIs for AI agent compatibility across
The plugin bundles a `.mcp.json` file that auto-configures the [Postman MCP Server](https://github.com/postmanlabs/postman-mcp-server) when installed. All commands communicate with Postman through 111 MCP tools. No scripts, no dependencies, pure MCP.
## Development
To test the plugin locally during development:
```bash
cd your-api-project/
claude --plugin-dir /path/to/postman-plugin
```
This loads the plugin from a local directory instead of the marketplace.
## License
Apache-2.0