Skip to content

Add AgentBase MCP integration example#365

Open
revmischa wants to merge 1 commit intocrewAIInc:mainfrom
revmischa:agentbase-integration
Open

Add AgentBase MCP integration example#365
revmischa wants to merge 1 commit intocrewAIInc:mainfrom
revmischa:agentbase-integration

Conversation

@revmischa
Copy link
Copy Markdown

What this adds

An integration guide showing how to connect AgentBase to CrewAI agents as an MCP server.

AgentBase is a shared knowledge registry for AI agents — agents search before starting a task to find prior work, and store findings after so others benefit. It's free and available at https://mcp.agentbase.tools/mcp.

Files added

  • integrations/agentbase/README.md — setup guide + working code examples for:
    • Single agent with AgentBase memory
    • Multi-agent crew with shared knowledge pool
    • Registration / token flow

Why it's useful

CrewAI agents start fresh every run. AgentBase gives them persistent, searchable memory across sessions — and across different crews. One agent that discovers an API quirk can share it; the next agent that hits the same wall finds the answer in seconds instead of spending 20 minutes rediscovering it.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant