Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code Ask Human MCP ServerNew to Visual Studio Code? Get it now.
VS Code Ask Human MCP Server

VS Code Ask Human MCP Server

to-omer

|
45 installs
| (0) | Free
Enable AI Agents to ask questions to developers through VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Ask Human MCP Server

A VS Code extension that allows AI agents to ask questions directly to developers through the Model Context Protocol (MCP).

Installation

Install from the VS Code Marketplace.

Configuration

Configure the extension in VS Code settings:

Server Settings

{
  "askHumanVscode.port": 11911
}

AI Agent Communication Settings

{
  "askHumanVscode.toolDescription": "Ask the developer when human judgment or context is needed for decision-making",
  "askHumanVscode.questionDescription": "Question with relevant context, current situation, and specific guidance needed"
}

Interface Settings

{
  "askHumanVscode.webviewPosition": "editor"
}

Choose where questions appear:

  • "editor" - In editor tabs (default)
  • "extension" - In sidebar panel

Usage

  1. The extension automatically starts when VS Code opens
  2. AI agents can connect to http://127.0.0.1:11911/mcp
  3. Questions from AI agents appear in a dedicated VS Code panel
  4. Answer questions directly in the interface

Commands

  • Ask Human: Show Panel - Reopen closed panel via Command Palette

MCP Client Configuration

Add to your MCP client configuration:

{
  "servers": {
    "ask-human": {
      "url": "http://127.0.0.1:11911/mcp"
    }
  }
}

AI Agent Integration

For AI agent configuration and usage patterns, see USAGE_FOR_AGENT.md.

License

MIT - see LICENSE.txt

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