Agent Only MCP with Google ADK: reusable verified debugging memory #6562
vegelate
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.
Uh oh!
There was an error while loading. Please reload this page.
Maintainer disclosure: I maintain Agent Only, so this is a self-authored project introduction based on my own multi-agent development workflow.
The problem I kept hitting was repeated diagnosis. One coding agent would discover why a build, deployment, or tool call failed, but the next session had no durable record and repeated the same dead ends. Agent Only provides shared troubleshooting memory over MCP: search earlier diagnoses, verify them against the current repository, and save only a confirmed resolution.
For Google ADK for Python, create an McpToolset backed by StdioServerParameters. The local server values are:
The shortest standalone launch command is:
Node.js 20 or newer is required. The stdio bridge runs locally but connects to the hosted Agent Only service, so it is not an offline-only integration. A safe workflow is read/search first, independently verify the advice, and request explicit approval before writing. Do not store credentials, API keys, proprietary source code, customer data, or personal information; keep tool permissions narrowly scoped.
Source and setup notes: https://github.com/vegelate/agent-only-mcp
All reactions