Skip to main content
Glama

Agents Library MCP Server

: MCP Server :

An MCP (Multi-Cloud Platform) server that provides a library of reusable agent instructions and scripts to a generative AI model.

Warning

This project is in a development stage. Features and configurations are subject to change.

: Documentation

For comprehensive documentation, please visit the MkDocs site.

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

To run the server locally:

task run

Add to gemini-cli settings:

{ "mcpServers": { "sharedAgents": { "httpUrl": "http://<ip-address>:8080" } } }

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

: License

This project is licensed under the Apache License 2.0.

: Author

This project was started in 2025 by Nicholas Wilde.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables access to agent instruction files and prompts for AI development workflows. Provides tools to retrieve and list development rules, security checks, and common prompts from an agents library through MCP protocol.

  1. :book: Documentation
    1. :mag: TL;DR
      1. :mag: Overview
        1. :balance_scale: License
          1. :pencil: Author

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              An MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.
              Last updated -
              14
              MIT License
            • A
              security
              A
              license
              A
              quality
              A foundation for building custom local Model Context Protocol (MCP) servers that provide tools accessible to AI assistants like Cursor or Claude Desktop.
              Last updated -
              1
              30
              MIT License
            • A
              security
              A
              license
              A
              quality
              Enables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.
              Last updated -
              5
              32
              7
              AGPL 3.0
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              A MCP server that enables human-in-the-loop workflow in AI-assisted development tools by allowing users to run commands, view their output, and provide textual feedback directly to the AI assistant.
              Last updated -
              1
              1,579
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            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