Skip to main content
Glama

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

Installation 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:

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

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

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

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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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