campos-share
by rafa17campos
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHARE_BASE_URL | Yes | Canonical base URL of the deployment, e.g. https://share.example.com. | |
| SHARE_API_TOKEN | Yes | Bearer token publishing clients send to /api/*. | |
| MCP_OAUTH_SECRET | Yes | Signs every OAuth artefact. 32+ characters. | |
| MCP_STATIC_TOKEN | No | Bearer token for terminal clients that cannot run OAuth. Off when empty. 32+ characters. | |
| MCP_OAUTH_CLIENTS | No | JSON array of pre-registered clients (client_id, client_secret, client_name, redirect_uris) for hosts that take an id and secret instead of registering. | |
| SHARE_DEFAULT_LANG | No | Language stamped on folders the tools create. Default es. | es |
| MCP_ALLOWED_ORIGINS | No | Browser origins allowed on /mcp. Default *: the endpoint has no ambient authority, every call carries a bearer token. A comma-separated list turns on strict Origin validation. | * |
| SHARE_COOKIE_SECRET | Yes | Signs unlock cookies. A distinct secret, never SHARE_API_TOKEN. | |
| BLOB_READ_WRITE_TOKEN | Yes | Comes from the connected Blob store. | |
| MCP_STATIC_TOKEN_SCOPES | No | Scopes of the static token. Default files:read files:write, never delete. | files:read files:write |
| MCP_LOGIN_PASSPHRASE_HASH | Yes | scrypt hash of the passphrase that authorizes clients. Generate with npm run passphrase:hash. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues