← Back to search Server uses network capabilities via: fetch(), httpx, urllib Server uses filesystem capabilities via: os Server uses database capabilities via: psycopg, redis, sqlalchemy Server uses env_vars capabilities via: os.environ, os.getenv(), process.env
@zetesis/mcp-typesense
Composable MCP (Model Context Protocol) server that exposes Typesense-backed content with taxonomy enrichment, LLM sampling synthesis tools, and pluggable auth.
D
40 / 100
Versions
0.6.6latestJul 23, 2026
0.6.5Jul 23, 2026
0.6.4Jul 23, 2026
0.6.3Jun 21, 2026
0.6.2Jun 20, 2026
+ show 9 moreshow less
0.6.1Jun 20, 2026
0.6.0May 21, 2026
0.5.1May 17, 2026
0.5.0May 9, 2026
0.4.0May 9, 2026
0.3.0May 2, 2026
0.2.1Apr 30, 2026
0.2.0Apr 13, 2026
0.1.1Apr 10, 2026
Tools 3
search_collections annotations: none low
Semantic vector search over pgvector chunk tables (${nameList}). Embeds the query and orders by vector distance.
limit number query string collection string
get_chunks_by_parent annotations: none low
Fetch all chunks of a parent document, ordered by chunk_index. Use to read a full doc after search.
collection string parent_doc_id string
get_chunks_by_ids annotations: none low
Fetch specific chunks by their ids. Use to read full content of chunks found via search_collections.
ids array collection string
Permissions 4
network medium filesystem low database medium env_vars low Scan Findings 0
No scan findings.