sushant1827/ADK-MCP
This project showcases an Agent Development Kit (ADK) agent that interfaces with a local SQLite database. The interaction is enabled through a Model Context Protocol (MCP) server, which exposes tools for querying and updating the database.
Platform-specific configuration:
{
"mcpServers": {
"ADK-MCP": {
"command": "npx",
"args": [
"-y",
"ADK-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...