AgentMCP
Click on "Deploy 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., "@AgentMCPInstall dependencies, clone repository, and run tests"
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.
AgentMCP — Let AI agents be really autonomous without breaking your machine
> Give your AI agent true autonomy — without giving it the keys to your machine.
Installation
Windows
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/kokojkj/agentmcp/main/scripts/install.ps1 | iex"Linux
curl -fsSL https://raw.githubusercontent.com/kokojkj/agentmcp/main/scripts/install.sh -o install.sh && bash install.shInstallation takes a while, so grab a cup of coffee ☕ — once it's done, the installer will guide you through connecting AgentMCP to Claude and ChatGPT.
Related MCP server: mcp-agent-tools
Why AgentMCP?
Working with AI agents today means dealing with frustrating trade-offs:
Permission fatigue — Agents constantly stop to ask for permission, killing your flow. The alternative, "always allow," hands the agent full access to do whatever it wants — whether that's finishing your project or wrecking your machine.
Rigid tool setup — Agents only know the tools and MCP servers you configured before the task starts. If the agent needs a new tool mid-task, it fails — and you have to step in and restart the whole task from scratch.
No safety net — An agent can modify or delete your files at any time, with no way to restore them and no file history showing what it changed.
No parallelism — Most agents don't support async command and MCP execution. A complex task with many commands runs them one by one, leaving the agent stuck waiting instead of firing them all in parallel.
AgentMCP fixes all four — enabling truly autonomous agents that do real work, without breaking your machine or slowing down your workflow.
Want the full breakdown of how it solves each problem? Read the deep dive - still WIP.
Current Status
⚠️ Alpha / work in progress — expect rough edges, occasional incorrect behavior, and some security issues.
🚧 Not production-ready yet — contributions are very welcome to help us get there.
Roadmap
Minimize the codebase and improve efficiency
Complete HTTP mode (currently incomplete)
Resolve overlapping tools and make tool definitions more token-efficient
Fix logic pitfalls in MCP "lifecycle" control (may be removed entirely)
Contributing
I am looking for contributors and Co-maintainers!
If you think this project is worth your time, we'd love your help making it better for everyone. To get started, read the contribution guide.
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent-native security, trust, reliability, data and procurement tools for AI workflows.
The cloud for agents. Tools for AI agents to register, build, and deploy other agents. Zero human required.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
The operating system for self-organised AI agent teams.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceTurns web-based AIs into full-powered agents with local PC access, 33 tools across 8 categories, and parallel swarm orchestration with real-time validation.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to execute tools securely with Docker isolation, tier-based permissions, and feature flags, providing a centralized tool registry and MCP server.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to run compute tasks in secure sandboxes with optional interactive UIs, brokering between agents and isolated execution environments.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to securely interact with local files, live internet search, databases, and development tools through the Model Context Protocol, turning them into autonomous production-ready assistants.5MIT