openserverless-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| action_newA | Create a new API endpoint. Creates the action folder with main.py and module file. |
| action_invokeB | Invoke an API action. Executes |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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