mcp-autonomous-agent-fabric
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., "@mcp-autonomous-agent-fabricList all available sandboxed tools."
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.
Model Context Protocol (MCP) Autonomous Agent Fabric 👑 🤖
Author: anderdebona
📌 Abstract & Industry Impact
The Model Context Protocol (MCP), open-sourced by Anthropic, is the universal standard connecting Large Language Models (LLMs) to tools, databases, and enterprise data sources securely.
The mcp-autonomous-agent-fabric is a production-ready MCP Server & Agent Interoperability Governance Fabric featuring:
Full JSON-RPC 2.0 MCP Protocol Specification (
tools/list,tools/call,resources/read).Tool Execution Sandboxing (enforcing read-only constraints and preventing prompt injection / malicious SQL executions).
Web Observability Inspector Dashboard.
Automated Vitest Test Suite.
Related MCP server: production-grade-mcp-agentic-system
🏛️ System Architecture & Message Flow
sequenceDiagram
participant Agent as LLM Agent (Claude/GPT-4)
participant Fabric as MCP Fabric Server
participant Sandbox as Sandboxed Tool Registry
Agent->>Fabric: POST /mcp {"method": "tools/list"}
Fabric-->>Agent: Returns Registered Tools List
Agent->>Fabric: POST /mcp {"method": "tools/call", "params": {...}}
Fabric->>Sandbox: Evaluates Security Constraints & Sanitize
Sandbox-->>Fabric: Tool Output Data
Fabric-->>Agent: JSON-RPC 2.0 Response Result🚀 Quickstart & Installation
# Clone repository
git clone https://github.com/anderdebona/mcp-autonomous-agent-fabric.git
cd mcp-autonomous-agent-fabric
# Install dependencies
npm install
# Build & Run MCP Server & Inspector
npm run devVisit the interactive MCP Inspector Dashboard at: http://localhost:3008
🧪 Automated Unit Testing
npm test📜 Citation & License
@software{anderdebona2026mcp,
author = {anderdebona},
title = {Model Context Protocol (MCP) Autonomous Agent Fabric},
year = {2026},
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/anderdebona/mcp-autonomous-agent-fabric}}
}Licensed under the MIT License.
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-quality-maintenanceA lightweight and fast MCP server that enables AI agents to efficiently discover and execute tools through progressive disclosure, minimizing context consumption while supporting safe code execution in external environments.12
- Alicense-qualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.54MIT
- Alicense-qualityCmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.1MIT
- Alicense-qualityBmaintenanceA passive MCP server that exposes a toolbox of executable tools (shell, network, HTTP, AI search, SSH, S3 file operations) to autonomous agents via Streamable HTTP, with strong security features including Docker sandboxing and WAF.2Apache 2.0
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
MCP server exposing the Backtest360 engine API as tools 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/anderdebona/mcp-autonomous-agent-fabric'
If you have feedback or need assistance with the MCP directory API, please join our Discord server