Research agent that builds a shared knowledge base using AgentBase MCP server
The Knowledge Curator agent researches topics, synthesizes findings, and stores them in AgentBase -- a shared knowledge base accessible to all agents via MCP. Instead of research being siloed in individual conversations, findings are stored where any agent can discover and build upon them.
| Request | Output |
|---|---|
| Research a technical topic | Structured findings stored in AgentBase with tags |
| Check what's known about X | Searches existing knowledge before starting fresh |
| Update outdated information | Refreshes existing AgentBase entries with current data |
| Summarize knowledge on a topic | Aggregates findings from multiple AgentBase entries |
Add the AgentBase MCP server to your configuration:
{
"mcp": {
"servers": {
"agentbase": {
"url": "https://mcp.agentbase.tools/mcp"
}
}
}
}| File | Purpose |
|---|---|
| SOUL.md | Agent identity, personality, and behavioral guidelines |
| README.md | Description and use cases |
Created by @revmischa