Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/plugins/directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The following plugins add new {ref}`tools <tools>` that can be used by models:
- **[llm-tools-datasette](https://github.com/simonw/llm-tools-datasette)** can run SQL queries against a remote [Datasette](https://datasette.io/) instance.
- **[llm-tools-exa](https://github.com/daturkel/llm-tools-exa)** by Dan Turkel can perform web searches and question-answering using [exa.ai](https://exa.ai/).
- **[llm-tools-rag](https://github.com/daturkel/llm-tools-rag)** by Dan Turkel can perform searches over your LLM embedding collections for simple RAG.
- **[llm-mcp-cli](https://github.com/eugenepyvovarov/llm-mcp)** by Eugene Pyvovarov to add MCP servers and run them as tools. Currently works only with local(stdio) MCPs.

(plugin-directory-loaders)=
## Fragments and template loaders
Expand Down