Skip to main content
Glama

Mode Manager MCP

install_from_library

Install chatmodes or instructions directly from the Mode Manager MCP Library by specifying the item name for quick integration into workflows.

Instructions

Install a chatmode or instruction from the Mode Manager MCP Library.

Input Schema

NameRequiredDescriptionDefault
filenameNo
nameYesThe name of the item to install from the library

Input Schema (JSON Schema)

{ "properties": { "filename": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filename" }, "name": { "description": "The name of the item to install from the library", "title": "Name", "type": "string" } }, "required": [ "name" ], "type": "object" }

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/NiclasOlofsson/mode-manager-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server