AgentMCP
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., "@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: MSG - MCP Swarm Gateway
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 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
- Alicense-qualityDmaintenanceA framework that provides search, fetch, and do primitives to enable AI agents to orchestrate complex tasks via sandboxed TypeScript code execution. It optimizes performance and security by reducing multiple sequential tool calls into a single, efficient inference round-trip.32MIT
- Alicense-qualityDmaintenanceTurns 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
- FlicenseAqualityDmaintenanceEnables autonomous task execution by dynamically searching APIs, generating Python tools, and running them on-demand, with built-in web search, scraping, and file operations.3
- Flicense-qualityCmaintenanceEnables AI agents to execute tools securely with Docker isolation, tier-based permissions, and feature flags, providing a centralized tool registry and MCP server.
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Runtime permission, approval, and audit layer for AI agent tool execution.
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
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/kokojkj/agentmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server