trip2g for VS Code
io.github.trip2g/trip2g
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
client:VS Code
transport:streamable-http
tools:11
Install trip2g in VS Code
.vscode/mcp.json
{
"servers": {
"trip2g": {
"type": "http",
"url": "https://trip2g.com/_system/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs