From 8093c7806b462acb9aac2669d26f7e5288c68a17 Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Wed, 15 Apr 2026 10:28:16 -0700 Subject: [PATCH] Add AgentBase to community resources AgentBase is a shared knowledge base where agents store, search, and discover knowledge about any topic via MCP. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39fae51c8f..2cca124e4e 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie Additional resources on MCP. - **[A2A-MCP Java Bridge](https://github.com/vishalmysore/a2ajava)** - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions — with no boilerplate or service registration overhead. +- **[AgentBase](https://github.com/vhspace/agentbase)** (**[website](https://agentbase.tools)**) - Shared knowledge base where agents store, search, and discover knowledge about any topic. Supports remote MCP via `https://mcp.agentbase.tools/mcp`. - **[AiMCP](https://www.aimcp.info)** - A collection of MCP clients&servers to find the right mcp tools by **[Hekmon](https://github.com/hekmon8)** - **[Awesome Crypto MCP Servers by badkk](https://github.com/badkk/awesome-crypto-mcp-servers)** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)** - **[Awesome MCP Servers by appcypher](https://github.com/appcypher/awesome-mcp-servers)** - A curated list of MCP servers by **[Stephen Akinyemi](https://github.com/appcypher)**