Skip to content
/

AgentsKB

agentskb · agentskb.com/

Primitive shape 1 total
MCP tools 1
00

Summary

AgentsKB — Summary

status: insufficient-public-material

AgentsKB (agentskb.com) is a commercial knowledge base platform for AI agents — a hosted service enabling agents to query, update, and manage structured knowledge bases. No public GitHub repository was found. From the website, AgentsKB appears to provide:

  • A managed knowledge base accessible via API/MCP
  • Tooling for agents to read/write structured knowledge
  • Hosted infrastructure (no self-hosting required)

The positioning ("KB" = knowledge base) suggests focus on structured knowledge management rather than conversational memory — more like a structured document store than an episodic memory system.

No source code, prompt files, or technical specifications are publicly available. This entry is filed as Tier C.

Closest seed: ccmemory (knowledge graph for AI agents), but with a structured KB focus rather than episodic memory

Related frameworks

same archetype · same primary tool · same memory type

MemPalace ★ 53k

Verbatim local-first AI memory with 96.6% R@5 retrieval on LongMemEval using zero API calls — structured into a palace hierarchy…

Beads (Yegge) ★ 24k

Dolt-powered distributed graph issue tracker where AI agents track tasks with hierarchical IDs and dependency edges, claim work…

deepagents (LangChain) ★ 23k

Opinionated Python agent harness on top of LangGraph with sub-agents, filesystem, memory, and context compaction bundled in

agentmemory ★ 18k

Persistent, searchable memory for AI coding agents that captures every tool interaction, compresses it via LLM, and injects…

Open Multi-Agent ★ 6.3k

Give a natural-language goal to a coordinator agent and get a dynamically decomposed, parallelized task DAG executed by…

Basic Memory ★ 3.1k

Gives AI agents a persistent, human-readable knowledge graph of project decisions, observations, and relations stored as plain…