Skip to main content
Glama

AI Meta MCP Server

by alxspiker

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERSIST_TOOLSNoSave tools between sessionstrue
TOOLS_DB_PATHNoPath to store tools database./tools.json
ALLOW_JS_EXECUTIONNoEnable JavaScript executiontrue
ALLOW_SHELL_EXECUTIONNoEnable Shell executionfalse
ALLOW_PYTHON_EXECUTIONNoEnable Python executionfalse

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
define_function

Create a new custom MCP function that the AI can use

update_function

Update an existing custom MCP function

delete_function

Delete a custom MCP function

list_functions

List all custom MCP functions

get_function_details

Get details of a custom MCP function

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/alxspiker/ai-meta-mcp-server'

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