Skip to main content
Glama

Ghost MCP Server

import_module

Load and use specific modules in Ghost MCP Server to enable functionality or features by specifying the module name and optional package for relative imports.

Instructions

Import a module.

The 'package' argument is required when performing a relative import. It specifies the package to use as the anchor point from which to resolve the relative import to an absolute import.

Input Schema

NameRequiredDescriptionDefault
nameYes
packageNo

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "name", "type": "string" }, "package": { "default": null, "title": "package", "type": "string" } }, "required": [ "name" ], "title": "import_moduleArguments", "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/MFYDev/ghost-mcp'

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