Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

trip2g

io.github.trip2g/trip2g

Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.

Uptime
100.0%
1 direct probes · 30d
Response
85ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

expand

Walk a note's table of contents level by level (progressive disclosure). Canonical call: expand(path=<result.note_path>, toc_path=[...]) — copy path verbatim from a search result's note_path field. Re…

federated_expand

Walk a remote note's table of contents level by level inside a connected knowledge base (progressive disclosure), same as expand. Canonical call: federated_expand(kb_id=..., path=<result.note_path>, t…

federated_instructions

Fetch the instructions/guidance for a federated knowledge base by kb_id (e.g. "philosophers/nietzsche") — read a base's own conventions before searching it. Nested bases are addressed with '/' and the…

federated_note_html

Read a remote note inside a connected knowledge base. Canonical call, copying fields verbatim from a federated_search result: federated_search(kb_id="philosophers/<author>", query) -> federated_note_h…

federated_search

Search connected knowledge bases. Returns snippets with heading breadcrumbs (title > section > subsection) and a precise toc_path per match, same as search; results also carry an absolute kb_id (strin…

federated_similar

Find remote notes similar to a known note reference inside a connected knowledge base. Preferred: path (a federated_search result's note_path field).

instructions

Full tool reference for the trip2g documentation base

note_html

Read a note. Canonical calls, copying fields verbatim from a search result: search(query) -> note_html(path=<result.note_path>) reads the whole note; search(query) -> note_html(match_id=<match.match_i…

search

Search notes by query. Returns snippets with a heading breadcrumb (title > section > subsection) that locates the approximate section, plus a precise toc_path per match. Each result carries note_path …

similar

Find related notes from a known note reference. Preferred: path (a search result's note_path field). Use this after opening a promising note when you need nearby context.

wiki

Wiki Knowledge Base Instructions

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "trip2g": {
      "url": "https://trip2g.com/_system/mcp",
      "transport": "streamable-http"
    }
  }
}