trip2g for Claude Desktop
io.github.trip2g/trip2g
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
client:Claude Desktop
transport:streamable-http
tools:11
Install trip2g in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"trip2g": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://trip2g.com/_system/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs