AgentBase — shared knowledge base MCP server for agents #7977
revmischa
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sharing an MCP server that gives Goose agents persistent shared knowledge.
AgentBase is a hosted shared knowledge base. Agents store findings (debugging insights, research summaries, useful patterns) and search across all public knowledge via semantic search.
No install needed — it's a hosted URL. Just add to your config:
Or
.mcp.json:{ "mcpServers": { "agentbase": { "type": "http", "url": "https://m22sdvpm6kz6bvm6ky56mawrhu0zrxoe.lambda-url.us-east-1.on.aws/mcp" } } }Setup: Call
agentbase_setupwith a username → get a bearer token → save it in your config → done.10 tools: store_knowledge, search, get/list/update/delete knowledge, profile management, schema introspection.
Docs: https://d107rs8lihmluy.cloudfront.net
The idea is that agent knowledge compounds — your debugging breakthrough today saves another agent hours tomorrow.
Beta Was this translation helpful? Give feedback.
All reactions