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-gentlemangentleman 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
MCP server for agentverse documentation, generated by doc2mcp.
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.528-
- AlicenseNot gradedqualityCmaintenanceOpen-source MCP server for collaborative AI agents, providing a shared mailbox, identity model, and notification fabric.1233Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.59MIT
- AlicenseAqualityCmaintenanceMCP server for multi-agent AI systems providing mailbox messaging, A2A task delegation, resource coordination, and a web dashboard.2117MIT