Skip to main content
Glama

Akave MCP Server

by akave-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AKAVE_ENDPOINT_URLYesYour Akave Endpoint URL
AKAVE_ACCESS_KEY_IDYesYour Akave Access Key ID
AKAVE_SECRET_ACCESS_KEYYesYour Akave Secret Access Key

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
list_buckets

List all buckets in Akave storage

list_objects

List objects in a bucket

get_object

Get object content from a bucket

put_object

Put object into a bucket

get_signed_url

Get a signed URL for an object

update_object

Update (overwrite) an object in a bucket

fetch_headers

Fetch headers/metadata for an object

delete_object

Delete an object from a bucket

copy_object

Copy an object to another bucket/key

create_bucket

Create a new bucket

delete_bucket

Delete a bucket

get_bucket_location

Get the region/location of a bucket

list_object_versions

List all versions of objects in a bucket (if versioning enabled)

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/akave-ai/akave-mcp'

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