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

|
6 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

This VSCode extension automatically registers the PMAgent Spec MCP server at http://localhost:8080/mcp.

Features

  • Automatically registers the PMAgent Spec MCP server on activation
  • Configurable server URL via VSCode settings
  • Updates registration when configuration changes

Configuration

You can configure the MCP server URL in VSCode settings:

{
  "pmagentSpecMcp.serverUrl": "http://localhost:8080/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