Unstorage MCP Server
by ctxinf
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FS_BASE | No | Base path (directory) for filesystem driver | |
| HTTP_BASE | No | Base URL for HTTP driver, e.g., http://localhost:3001 | |
| REDIS_URL | No | Redis connection URL, e.g., redis://default:123456@localhost:6379 | |
| REDIS_BASE | No | Base path for redis driver | |
| MONGODB_URL | No | MongoDB connection URL, e.g., mongodb://user:pass@host:port | |
| HTTP_HEADERS | No | Headers for HTTP requests, format: key=value;key2=value2 | |
| FS_MOUNT_POINT | No | Mount point for filesystem storage, default '/' | |
| MONGODB_DB_NAME | No | MongoDB database name | |
| HTTP_MOUNT_POINT | No | Mount point for HTTP storage, default '/' | |
| REDIS_MOUNT_POINT | No | Mount point for redis storage, default '/' | |
| MONGODB_MOUNT_POINT | No | Mount point for MongoDB storage, default '/' | |
| MONGODB_COLLECTION_NAME | No | MongoDB collection name |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/ctxinf/unstorage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server