mcp-vscode-template
@timsonner
关于 mcp-vscode-template
MCP server template for VS Code
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-vscode-template": {
"command": "uv",
"args": [
"init",
"external-recon"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-vscode-template?
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 for VS Code Agent MCP server development.
How to use mcp-vscode-template?
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.
Key features of mcp-vscode-template
- Uses
@mcp.tool()decorator instead of@mcp.prompt(). - Built with
uvfor modern Python project management. - Integrates
dnspythonfor DNS-based reconnaissance. - Ready-to-use VS Code
settings.jsonconfiguration example.
Use cases of mcp-vscode-template
- Creating an MCP server for external reconnaissance in VS Code Agent.
- Bootstrapping a new MCP server for offensive security workflows.
- Experimenting with MCP server development in a Python environment.
FAQ from mcp-vscode-template
What dependencies are required?
Python 3.11 or higher, uv (installer), mcp[cli], and dnspython.
How do I configure the MCP server in VS Code?
Add a mcp.servers entry in VS Code's settings.json with the path to uv, the project directory, and the server script name (external-recon.py).
How do I start the server?
From the virtual environment of the project, run uv run external-recon.py.
What is the difference from the original external-recon MCP server?
This template uses @mcp.tool() instead of @mcp.prompt() and is configured for VS Code Agent rather than Claude Desktop.
What Python version is required?
The project requires Python 3.11 or higher (set in .python-version and pyroject.toml).
开发工具 分类下的更多 MCP 服务器
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
MCP Framework
QuantGeekDevThe Typescript MCP Framework
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
评论