rosetta-mcp
by AntorFr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | Local timezone used to resolve bare YYYY-MM-DD bounds. | Europe/Paris |
| IDFM_API_KEY | No | API key for the IDFM/Navitia part of the transit addon. | |
| ROSETTA_AUTH | No | Authentication mode: 'oidc' (default) or 'off' (disables auth for local dev). | oidc |
| SNCF_API_KEY | No | API key for the SNCF part of the transit addon. | |
| OFF_USER_AGENT | No | User-Agent for Open Food Facts (food addon). Must name the app to avoid bot detection. | Alfred/1.0 (contact@antor.fr) |
| ROSETTA_ADDONS | No | Comma-separated allowlist of addons to mount. If unset, all discovered addons are mounted. | |
| ROSETTA_ISSUER | No | OIDC issuer (token iss). | https://auth.berard.me |
| GITHUB_CLIENT_ID | No | GitHub App client ID for the github addon. | |
| ROSETTA_AUDIENCE | No | Required token aud. | |
| ROSETTA_JWKS_URI | No | JWKS endpoint override. | <issuer>/jwks.json |
| ROSETTA_WIND_SPOTS | No | JSON mapping of named sailing spots to coordinates for the meteo addon, e.g. {"La Torche": "47.8367,-4.3492"}. | |
| WITHINGS_CLIENT_ID | No | OAuth client ID for the Withings app (withings addon). | |
| GOOGLE_MAPS_API_KEY | No | API key for the maps addon (Google Maps, Places, Weather). | |
| ROSETTA_GITHUB_DATA | No | Per-user token store path for the github addon. | |
| ROSETTA_GOOGLE_DATA | No | Per-user credential store path for the google addon. | /data/google |
| GITHUB_CLIENT_SECRET | No | GitHub App client secret for the github addon. | |
| ROSETTA_EXTERNAL_URL | No | Public URL (RFC 9728 metadata). | https://rosetta.mcp.berard.me |
| ROSETTA_GMAIL_ACCOUNT | No | Account segment of the draft web links in the google addon (e.g. /mail/u/0/). | 0 |
| ROSETTA_WITHINGS_DATA | No | Per-user credential store path for the withings addon. | /data/withings |
| WITHINGS_CLIENT_SECRET | No | OAuth client secret for the Withings app (withings addon). |
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/AntorFr/rosetta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server