Skip to main content
Glama
apache

openserverless-mcp

Official
by apache

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
action_newA

Create a new API endpoint. Creates the action folder with main.py and module file.

action_invokeB

Invoke an API action. Executes ops action invoke with the given endpoint and key=value parameters.

action_requirementsB

Add a library to an endpoint's requirements.txt. Skips if the library is preinstalled.

action_add_secretB

Add a secret to an endpoint's context. The secret must exist in .env.

action_add_s3A

Add S3 connection to an endpoint's context. Provides ctx.S3_CLIENT, ctx.S3_DATA, ctx.S3_WEB, ctx.S3_PUBLIC.

action_add_postgresqlC

Add PostgreSQL connection to an endpoint's context. Provides ctx.POSTGRESQL.

action_add_redisB

Add Redis connection to an endpoint's context. Provides ctx.REDIS and ctx.REDIS_PREFIX.

action_add_milvusB

Add Milvus vector DB connection to an endpoint's context. Provides ctx.MILVUS.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/apache/openserverless-mcp'

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