Agents Library MCP Server
Provides agent instructions for git-related queries and operations through a centralized library of reusable git workflows and scripts
Offers standardized instructions for GitHub repository configuration and management tasks through agent-based automation
Offers documentation creation guidelines and best practices for Markdown file generation through agent instructions
Delivers guidelines and best practices for Terraform infrastructure management through centralized agent instructions
Provides guidelines and best practices for creating and modifying YAML files through standardized agent instructions
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., "@Agents Library MCP Servershow me the security check prompts for API development"
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.
:robot: MCP Server :computer:
An MCP (Multi-Cloud Platform) server that provides a library of reusable agent instructions and scripts to a generative AI model.
This project is in a development stage. Features and configurations are subject to change.
:book: Documentation
For comprehensive documentation, please visit the MkDocs site.
Related MCP server: openai-agents-sdk-mcp
:mag: TL;DR
The MCP Server uses FastAPI to expose a set of tools that can be consumed by a compatible AI model (like Google's Gemini). It provides a library of standardized instructions (AGENTS.md files) and utility scripts (.sh files) to enable the AI to perform complex, context-aware tasks.
To bootstrap the project
task bootstrapTo run the server locally:
task runAdd to gemini-cli settings:
{
"mcpServers": {
"sharedAgents": {
"httpUrl": "http://<ip-address>:8080"
}
}
}:mag: Overview
This server uses FastAPI to expose a set of tools that can be consumed by a compatible AI model (like Google's Gemini). The primary purpose is to provide the AI with a library of standardized instructions (AGENTS.md files) and utility scripts (.sh files). This allows the AI to perform complex, context-aware tasks consistently by drawing from a central, version-controlled library.
The core components are:
app/server.py: The FastAPI application that serves the tools.agents-library/: The central repository for agent instructions and scripts.
:balance_scale: License
This project is licensed under the Apache License 2.0.
:pencil: Author
This project was started in 2025 by Nicholas Wilde.
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
- AlicenseAqualityDmaintenanceOpen registry of agent instruction files — system prompts, skills, workflows, and domain packs. Exposes the OpenClaw registry via 4 MCP tools: search by keyword/category, fetch full instruction files, list categories, and get top-rated files. CC0 licensed, free to use.Last updated4511MIT
- Alicense-qualityDmaintenanceProvides MCP tools to list and search OpenAI Agents SDK documentation, enabling LLMs to retrieve documentation topics and content via natural language queries.Last updatedMIT
- AlicenseAqualityDmaintenanceProvides access to Agno framework documentation for AI agents, enabling search and retrieval of SDK references, API endpoints, code examples, and integration guides through MCP-compatible tools.Last updated73MIT
- AlicenseAqualityAmaintenanceEnables AI agents to discover, read, search, and install Markdown-based knowledge (rules, skills, workflows) from a local directory via MCP tools.Last updated1251MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Shared long-term memory vault for AI agents with 20 MCP tools.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
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/nicholaswilde/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server