Skip to main content
Glama

IRIS ObjectScript MCP Server

by sorodriguezz
template.resource.ts633 B
export const templateResource = async () => { return { resourceTemplates: [ { uriTemplate: "irisdoc://{key}", name: "IRIS Doc by KEY", title: "InterSystems IRIS documentation by KEY", description: "Open a documentation page by its official KEY.", mimeType: "text/markdown", }, { uriTemplate: "doc://{class}", name: "IRIS Class Doc (Documatic)", title: "Open class reference by CLASSNAME", description: "Abre referencia de clase por nombre (ej. %Library.Persistent).", mimeType: "text/markdown", }, ], }; };

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/sorodriguezz/iris-mcp'

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