Skip to main content
Glama
Elev8-OS

mydatavalue-mcp

by Elev8-OS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MDV_CLIENT_IDYesYour MyDataValue client ID (API key).
MCP_PUBLIC_URLYesThe public HTTPS URL where the server is accessible (no trailing slash). Used for OAuth endpoints.
MCP_ACCESS_TOKENYesThe one-time consent passphrase for approving the OAuth connection.
TOKEN_STORE_PATHNoPath to a JSON file for storing tokens (best-effort). Defaults to `/data/token-store.json`./data/token-store.json
MDV_CLIENT_SECRETYesYour MyDataValue client secret.
RAILWAY_PROJECT_IDNoRailway project ID for persisting the rotating refresh token. Required if using RAILWAY_PROJECT_TOKEN.
RAILWAY_SERVICE_IDNoRailway service ID for scoping variable updates to a single service. Optional.
MCP_OAUTH_CLIENT_IDYesThe OAuth client ID for the MCP authorization server (generate with `openssl rand -hex 32`).
RAILWAY_PROJECT_TOKENNoRailway project token for persisting the rotating refresh token as an env var. Optional but recommended.
MDV_SEED_REFRESH_TOKENYesThe initial MyDataValue refresh token. It is kept current automatically after the first rotation.
RAILWAY_ENVIRONMENT_IDNoRailway environment ID for persisting the rotating refresh token. Required if using RAILWAY_PROJECT_TOKEN.
MCP_OAUTH_CLIENT_SECRETYesThe OAuth client secret for the MCP authorization server (generate with `openssl rand -hex 32`).
MCP_OAUTH_ALLOWED_REDIRECT_URISNoComma-separated list of allowed redirect URIs for OAuth. Defaults to `*` (any).*

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Elev8-OS/mydatavalue-mcp'

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