seven dpt mcp for VS Code
io.github.pierreb4/seven-dpt-mcp
Feynman's twelve-problems method as an MCP server: dormant problems + an evoke loop for new tricks.
client:VS Code
transport:stdio
runtime:npm
Install seven dpt mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "seven-dpt-db",
"description": "SEVEN_DPT_DB",
"password": true
}
],
"servers": {
"seven-dpt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seven-dpt-mcp"
],
"env": {
"SEVEN_DPT_DB": "${input:seven-dpt-db}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs