From 4c4ff8622f398279f63019c37df3a4d6ee9f7a5d Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 25 Mar 2026 18:56:19 +0000 Subject: [PATCH] Add AgentsKB to Search section AgentsKB is a knowledge base with 39K+ technical Q&As that integrates with AI coding assistants via MCP server, REST API, or web interface. Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b57a55f..44d24c0 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. - [Beacon](https://github.com/sagarmk/beacon-plugin) — Semantic code search plugin for Claude Code that combines embedding-based similarity with BM25 keyword matching. Indexes locally via Ollama and stores everything in SQLite. +- [AgentsKB](https://agentskb.com) — Knowledge base with 39K+ researched technical Q&As accessible via MCP server, REST API, or web search. Integrates with Claude Code, Cursor, and Cline. ## Testing