MCP.so
Sign In

Agentic MCP Client

@peakmojo

About 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.

Basic information

Category

Reasoning

License

Apache-2.0

Runtime

python

Transports

stdio

Publisher

peakmojo

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "agentic-mcp-client": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Agentic MCP Client?

It is 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.

How to use Agentic MCP Client?

Clone the repository, install dependencies with uv sync, create an agent_worker_task.json configuration file, and run the

Comments

More Reasoning MCP servers