MEFS MCP Server
Officialby memoio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEFS_PRIVATE_KEY | Yes | Your EVM private key used for authentication and storage operations. | |
| MCP_TRANSPORT_MODE | No | Transport mode for MCP server. | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| retrieve | Retrieve a file from MEFS storage by its CID (Content ID). Returns the file content as a base64 encoded string. |
| upload | Upload a file to MEFS storage. The file must be provided as a base64 encoded string. Returns the CID (Mid) of the uploaded file. |
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
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/memoio/mefs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server