Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PMAgent Spec MCPNew to Visual Studio Code? Get it now.
PMAgent Spec MCP

PMAgent Spec MCP

pmagent

|
27 installs
| (0) | Free
VSCode extension to register PMAgent Spec MCP server
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PMAgent Spec MCP VSCode Extension

Install in VS Code

This VSCode extension automatically registers the PMAgent Spec MCP server at https://pmagent-spec.nicesmoke-219d4124.eastus2.azurecontainerapps.io/mcp.

Features

  • Automatically registers the PMAgent Spec MCP server on activation.
  • Adds a command to install the PMAgent Copilot skill (pmagent/SKILL.md) into a selectable workspace or user skills directory.
  • Adds a command to remove the installed PMAgent skill from a selectable workspace or user skills directory.
  • Configurable server URL via VSCode settings.
  • Updates registration when configuration changes.

Commands

  • PMAgent: Install Copilot Skill - copies the bundled skill into a selected target location (prompts before overwriting).
  • PMAgent: Remove Copilot Skill - deletes pmagent/SKILL.md from a selected target location (prompts for confirmation).

Skill install/remove targets

You can choose any of these targets when running install or remove:

  • Workspace: .github/skills/pmagent/SKILL.md (recommended)
  • Workspace: .agents/skills/pmagent/SKILL.md
  • Workspace: .claude/skills/pmagent/SKILL.md
  • User: ~/.copilot/skills/pmagent/SKILL.md (recommended)
  • User: ~/.agents/skills/pmagent/SKILL.md
  • User: ~/.claude/skills/pmagent/SKILL.md

Configuration

You can configure the MCP server URL in VSCode settings:

{
  "pmagentSpecMcp.serverUrl": "https://pmagent-spec.nicesmoke-219d4124.eastus2.azurecontainerapps.io/mcp"
}

Development

  1. Install dependencies:

    npm install
    
  2. Compile the extension:

    npm run compile
    
  3. Press F5 to run the extension in a new Extension Development Host window.

  4. Package the extension:

    vsce package
    

Installation

  1. Install the extension from the .vsix file:

    • Open VSCode.
    • Go to Extensions view.
    • Click "..." menu -> "Install from VSIX..."
    • Select the .vsix file.
  2. The extension will automatically register the MCP server on activation.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft