langflow-kb-dist

mavha/langflow-kb-dist
★ 0 stars Python Memory/Knowledge Updated 2d ago
Langflow knowledge base as an MCP server and Claude Code plugin: exact component lookup and semantic docs search
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langflow-kb-dist": {
      "command": "uvx",
      "args": [
        "langflow-kb-dist"
      ]
    }
  }
}

Or install with pip: pip install langflow-kb-dist

README Excerpt

A read-only snapshot of a Langflow installation, served as an [MCP](https://modelcontextprotocol.io) server so an agent can **look up components and fields exactly** and **search the documentation by meaning** instead of answering from memory. | Half | What it contains | Source | |---|---|---| | Component catalog | every component with its fields, types, accepted values and defaults — advanced fields included | `GET /api/v1/all` of a Langflow **1.11.1** instance, indexed 2026-08-01T18:22:39+00:0

Tools (6)

OPENAI_API_KEYlangflow_kb_describe_componentlangflow_kb_list_componentslangflow_kb_search_docslangflow_kb_search_fieldslangflow_kb_status