Documentation Index
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
knowledgestack-mcp is a read-side MCP server. It exposes ten tools for searching, listing, and reading documents in your tenant. Plug it into any MCP-speaking client — LangChain, LangGraph, CrewAI, Temporal, OpenAI Agents SDK, pydantic-ai, Claude Desktop, Cursor — without framework-specific glue.
Install & run
Configure
Plug into your agent framework
Tools (v1, read-only)
| Tool | Purpose |
|---|---|
list_contents | children of a folder |
find | fuzzy name search |
get_info | metadata + ancestry breadcrumb |
read | full text of a path-part with [chunk:<uuid>] markers |
read_around | chunks before/after an anchor |
view_chunk_image | image-chunk bytes |
search_knowledge | dense-vector semantic search |
search_keyword | BM25 keyword search |
get_organization_info | tenant metadata |
get_current_datetime | UTC + tenant-local datetime |
