{
  "markdown": "# Paramify Plugin for Claude Code\n\nConnect Claude Code to your Paramify workspace via the Model Context Protocol (MCP).\n\n## Prerequisites\n\n- [Claude Code](https://claude.ai/code)\n- An active Paramify workspace with MCP enabled\n- Your Paramify MCP server URL and API key (see [Before you install](#before-you-install))\n\n## Before you install\n\nYou will need two values from your Paramify workspace:\n\n| Value              | Where to find it                     |\n| ------------------ | ------------------------------------ |\n| **MCP server URL** | Workspace Settings → Licensing → MCP |\n| **API key**        | Workspace Settings → API Keys        |\n\nKeep these handy — Claude Code will prompt you for them during installation.\n\n## Install\n\nRun the following commands inside Claude Code (the `/` commands are Claude Code slash commands, not shell commands):\n\n**Step 1 — Add the Paramify marketplace:**\n\n```\n/plugin marketplace add paramify/paramify-plugin\n```\n\n**Step 2 — Install the plugin:**\n\n```\n/plugin install paramify-plugin@paramify\n```\n\nClaude Code will prompt you for your MCP server URL and API key. Enter the values you gathered above.\n\n## Verify the installation\n\nAfter installation you will have to reload your plugins:\n\n```\n/reload-plugins\n```\n\nView your list of MCP servers and confirm the Paramify MCP server is connected:\n\n```\n/mcp\n```\n\nYou should see `plugin:paramify-plugin:paramify` listed as a connected server. You can then ask Claude about your workspace — for example:\n\n> \"List all my Programs in Paramify.\"\n\n## Update\n\nTo update to the latest version:\n\n```\n/plugin update paramify-plugin@paramify\n```\n\n## Uninstall\n\n```\n/plugin uninstall paramify-plugin@paramify\n```\n\n## Configuration reference\n\nThe plugin exposes two required configuration values set at install time:\n\n| Field        | Description                                           |\n| ------------ | ----------------------------------------------------- |\n| `server_url` | The HTTP(S) URL for the Paramify MCP server endpoint  |\n| `api_key`    | A Paramify API key. Stored as a sensitive credential. |\n\nTo update these values after installation, uninstall and reinstall the plugin.\n",
  "bytes": 2164,
  "sha": "04f641ab6c35a85896e9fd2ef4a6ff76b754b47e6b882e19dd0d9261d25f146c",
  "repo_slug": "paramify/paramify-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_paramify_paramify_plugin_paramify_0dc506bf/readme"
}