ks-sdk-ts

knowledgestack/ks-sdk-ts
★ 1 stars TypeScript AI/LLM Updated today
Knowledge Stack TypeScript/JavaScript SDK (@knowledge-stack/ksapi) — auto-generated from the OpenAPI spec. For most agent use cases, use the MCP server (ks-mcp); this SDK is for admin/write operations and infrastructure tooling.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ks-sdk-ts": {
      "command": "npx",
      "args": [
        "-y",
        "knowledgestack/ks-sdk-ts"
      ]
    }
  }
}

README Excerpt

> **Focus on agents. We handle document intelligence.** > > TypeScript / JavaScript client for the Knowledge Stack API. ```bash npm install @knowledge-stack/ksapi pnpm add @knowledge-stack/ksapi yarn add @knowledge-stack/ksapi bun add @knowledge-stack/ksapi ``` ```ts import { Configuration, FoldersApi, DocumentsApi } from "@knowledge-stack/ksapi";

Tools (1)

ks_uat

Topics

ai-agentsdocument-intelligenceenterprise-ragknowledge-stacknpm-packageopenapiopenapi-generatorragtypescript-sdk