# Knowledge Base Server

Retrieve and list content from various knowledge bases effortlessly. Enhance your applications with semantic search capabilities to find relevant information quickly. Utilize a structured approach to…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add jeanibarz/knowledge-base-mcp-server

# Browse available tools
npx -y smithery tool list jeanibarz/knowledge-base-mcp-server

# Get full schema for a tool
npx -y smithery tool get jeanibarz/knowledge-base-mcp-server list_knowledge_bases

# Call a tool
npx -y smithery tool call jeanibarz/knowledge-base-mcp-server list_knowledge_bases '{}'
```

## Tools (2)

- `list_knowledge_bases` — Lists the available knowledge bases.
- `retrieve_knowledge` — Retrieves similar chunks from the knowledge base based on a query. Optionally, if a knowledge base is specified, only t…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get jeanibarz/knowledge-base-mcp-server <tool-name>
```

---

License: Unlicense
