commendation
by umsachde
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RECOM_GRAPH | No | Set 0 to disable the music graph and use native signals only. | 1 |
| RECOM_DB_PATH | No | Mood index, labels, history, feedback. Scoped per backend - Spotify uses store-spotify.db. | ~/.recom/store.db |
| RECOM_PROVIDER | No | Which backend provider to use. Defaults to youtube; set to spotify to use the Spotify backend. | youtube |
| RECOM_CACHE_TTL | No | How long a cached set stays usable (seconds). Set to 0 to disable caching. | 21600 |
| RECOM_CACHE_PATH | No | Where the cached library exclusion set lives. | ~/.recom/library_cache.json |
| RECOM_JUDGE_BATCH | No | Songs per labelling request. | 12 |
| RECOM_JUDGE_MODEL | No | Model for lyric-based labelling. | claude-opus-5 |
| RECOM_JUDGE_EFFORT | No | Effort level for that labelling. | low |
| RECOM_SEED_WORKERS | No | How many seeds are gathered concurrently. | 6 |
| RECOM_GRAPH_DB_PATH | No | The music-graph cache. Shared by every backend. | ~/.recom/graph.db |
| RECOM_SPOTIFY_MCP_ARGS | No | Path to spotify-mcp's server.py. Required for the Spotify backend. | |
| RECOM_YTMUSIC_MCP_ARGS | No | Path to ytmusic-mcp's server.py. Required for the YouTube Music backend. | |
| RECOM_SPOTIFY_MCP_COMMAND | No | Path to the Python interpreter for the spotify-mcp server. Required for the Spotify backend. | |
| RECOM_YTMUSIC_MCP_COMMAND | No | Path to the Python interpreter for the ytmusic-mcp server. Required for the YouTube Music backend. | |
| RECOM_SPOTIFY_CAPABILITIES | No | Comma-separated radio,related,artist to re-enable Spotify's native signals if your app has Extended Quota Mode. |
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/umsachde/re-com'
If you have feedback or need assistance with the MCP directory API, please join our Discord server