gentleman
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gentlemanSet up a new agent project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Gentleman
A gentleman among agents.
Declarative AI agent server — MCP for tools, A2A for agents, AG-UI for humans.
Requirements
Python 3.14+
Related MCP server: Hive
Quick start
Run without installing, using uv:
uvx --from gentleman-agents gentleman init my-agentsgentleman init scaffolds a project into the given directory, creating it if it
does not exist. Without an argument, it scaffolds into the current directory.
The package is published as gentleman-agents, while the command is gentleman.
The --from flag is therefore required with uvx.
Install
As a command-line tool:
uv tool install gentleman-agents
gentleman --helpAs a project dependency:
uv add gentleman-agentsWith pip:
pip install gentleman-agentsInteractive chat
The gentleman chat subcommand needs the chat extra:
uv tool install "gentleman-agents[chat]"
gentleman chatOr run it directly:
uvx --from "gentleman-agents[chat]" gentleman chatTo add it to a project instead:
uv add "gentleman-agents[chat]"Docker
Images are published to the GitHub Container Registry for linux/amd64 and
linux/arm64:
docker pull ghcr.io/madebyman/gentleman:edgeedge tracks the latest build from main. See the
packages page
for available tags.
Status
Alpha. The API and the configuration format may change without notice.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables LLMs to interact with Agent-to-Agent (A2A) protocol compatible agents, allowing for sending messages, tracking tasks, and receiving streaming responses.Last updated528
- Alicense-qualityCmaintenanceOpen-source MCP server for collaborative AI agents, providing a shared mailbox, identity model, and notification fabric.Last updated1833Apache 2.0
- Alicense-qualityAmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.Last updated52MIT
- Alicense-qualityCmaintenanceMCP server for multi-agent AI systems providing mailbox messaging, A2A task delegation, resource coordination, and a web dashboard.Last updated15MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Local-first RAG engine with MCP server for AI agent integration.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/madebyman/gentleman'
If you have feedback or need assistance with the MCP directory API, please join our Discord server