map for VS Code
io.github.maraventano/map
A subtractive MCP for agent commerce: read · pay · publish. Teacher, not butler.
client:VS Code
transport:stdio
runtime:npm
Install map in VS Code
.vscode/mcp.json
{
"servers": {
"map": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@maraventano/map"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs