autoplans mcp for VS Code
io.github.mohamedgb00714/autoplans-mcp
AI-powered project planning tools for Autoplans.dev with 14+ MCP tools
client:VS Code
transport:stdio
runtime:npm
Install autoplans mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "autoplans-api-key",
"description": "AUTOPLANS_API_KEY",
"password": true
}
],
"servers": {
"autoplans-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"autoplans-mcp"
],
"env": {
"AUTOPLANS_API_KEY": "${input:autoplans-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs