yug-sinha/Tool-Orchestrator-using-MCP-with-Gemini-Client
A tool orchestration framework using Model Context Protocol (MCP) integrated with Google Gemini. It includes SQL and vector search tools, invoked via FastAPI based on Gemini's function call outputs. Dockerized for easy deployment with heartbeat logging and colored logs for real-time monitoring of tool execution and API responses.
Platform-specific configuration:
{
"mcpServers": {
"Tool-Orchestrator-using-MCP-with-Gemini-Client": {
"command": "npx",
"args": [
"-y",
"Tool-Orchestrator-using-MCP-with-Gemini-Client"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...