elden-ring-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | Model to use for extraction. | openai/gpt-oss-120b |
| CORPUS_DIR | No | Directory containing transcript .txt files. | corpus |
| LLM_API_KEY | No | API key for LLM phases (phases 2/3 of ingestion). If unset, pipeline stops after phase 1. | |
| LLM_BASE_URL | No | Any OpenAI-compatible endpoint for LLM calls. | https://api.groq.com/openai/v1 |
| LLM_DELAY_MS | No | Minimum ms between LLM calls (free-tier RPM compliance). | 1500 |
| ELDEN_RING_DB | No | SQLite database path. | data/elden-ring.db |
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
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/ianbaistowdavies-spec/elden-ring-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server