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

|
7 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
  • Bundles the PMAgent Copilot agent template and drops it into .github/agents/pmagent.agent.md when a workspace is open (skips if you already have one)
  • Configurable server URL via VSCode settings
  • Updates registration when configuration changes

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
© 2025 Microsoft