mcpserver.lol
registry/trip2g
Connection check verified live · 26h ago

trip2g

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

Tools 11
GitHub stars 37
Installs / wk
Licence MIT
Transport streamable-http
Last checked 26h ago

Tools & capabilities

11 tools

Read from the running server on 26h ago.

expand pidhrefpathnote_idtoc_path
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…
federated_expand pidhrefpathkb_id*note_idtoc_path
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=<…
federated_instructions kb_id*
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 addres…
federated_note_html pidhrefpathkb_id*note_idmatch_id +1
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_search kb_idlimitquery*kb_idsdetail_limit
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 a…
federated_similar pidhrefpathkb_id*limitnote_id
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 pidhrefpathnote_idmatch_idtoc_path +1
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(mat…
search limitquery*detail_limit
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 resul…
similar pidhrefpathlimitnote_id
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