peakmojo/agentic-mcp-client
A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
Platform-specific configuration:
{
"mcpServers": {
"agentic-mcp-client": {
"command": "npx",
"args": [
"-y",
"agentic-mcp-client"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...