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

|
22 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 agent template into .github/agents/pmagent.agent.md only when you request it
  • Adds a command to remove the installed agent template from your workspace
  • Configurable server URL via VSCode settings
  • Updates registration when configuration changes

Commands

  • PMAgent: Install agent into Workspace — copies the bundled agent template into .github/agents/pmagent.agent.md in the selected workspace (prompts before overwriting).
  • PMAgent: Remove agent from Workspace — deletes the agent file from the selected workspace (prompts for confirmation).

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