mydatavalue-mcp
by Elev8-OS
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MDV_CLIENT_ID | Yes | Your MyDataValue client ID (API key). | |
| MCP_PUBLIC_URL | Yes | The public HTTPS URL where the server is accessible (no trailing slash). Used for OAuth endpoints. | |
| MCP_ACCESS_TOKEN | Yes | The one-time consent passphrase for approving the OAuth connection. | |
| TOKEN_STORE_PATH | No | Path to a JSON file for storing tokens (best-effort). Defaults to `/data/token-store.json`. | /data/token-store.json |
| MDV_CLIENT_SECRET | Yes | Your MyDataValue client secret. | |
| RAILWAY_PROJECT_ID | No | Railway project ID for persisting the rotating refresh token. Required if using RAILWAY_PROJECT_TOKEN. | |
| RAILWAY_SERVICE_ID | No | Railway service ID for scoping variable updates to a single service. Optional. | |
| MCP_OAUTH_CLIENT_ID | Yes | The OAuth client ID for the MCP authorization server (generate with `openssl rand -hex 32`). | |
| RAILWAY_PROJECT_TOKEN | No | Railway project token for persisting the rotating refresh token as an env var. Optional but recommended. | |
| MDV_SEED_REFRESH_TOKEN | Yes | The initial MyDataValue refresh token. It is kept current automatically after the first rotation. | |
| RAILWAY_ENVIRONMENT_ID | No | Railway environment ID for persisting the rotating refresh token. Required if using RAILWAY_PROJECT_TOKEN. | |
| MCP_OAUTH_CLIENT_SECRET | Yes | The OAuth client secret for the MCP authorization server (generate with `openssl rand -hex 32`). | |
| MCP_OAUTH_ALLOWED_REDIRECT_URIS | No | Comma-separated list of allowed redirect URIs for OAuth. Defaults to `*` (any). | * |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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