mcp-vscode-template

by timsonner

297 downloads
Not rated
GitHub

About

mcp-vscode-template is a template for building MCP servers that run inside VS Code Agent. It is designed for offensive security use cases, specifically external reconnaissance, and is based on Renae Schilg's original project. It is for developers who want a quick starting point…

Details

Author
timsonner
Downloads
297
Categories
Developer Tools

- Uses @mcp.tool() decorator instead of @mcp.prompt().
- Built with uv for modern Python project management.
- Integrates dnspython for DNS-based reconnaissance.
- Ready-to-use VS Code settings.json configuration example.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-vscode-template
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install uv, create a new project with uv init external-recon, then add mcp[cli] and dnspython as dependencies. Configure the MCP server in VS Code's settings.json, then start the server from the project's virtual environment using uv run external-recon.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-vscode-template": {
            "mcp-vscode-template": {
                "command": "uv",
                "args": [
                    "init",
                    "external-recon"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-vscode-template": {
        "command": "uv",
        "args": [
            "init",
            "external-recon"
        ]
    }
}

mcp-vscode-template

MCP server template for VS Code Agent

Setup

Install uv however you like. May options available. https://docs.astral.sh/uv/getting-started/installation/

Project setup is heavily based off of Renae Schilg's work. I didn't even bother to change the project name as an homage although I did deviate on a few things, namely not using Claude Desktop, but also modified external-recon.py fairly heavily.
https://nae-bo.medium.com/building-your-first-offensive-security-mcp-server-dd655e258d5f

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.