Stellaris MCP
by GDM-Pixel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Ollama base URL | http://localhost:11434 |
| OLLAMA_MODEL | No | Ollama embedding model | nomic-embed-text |
| VOYAGE_MODEL | No | Override Voyage embedding model | voyage-code-3 |
| COHERE_API_KEY | No | API key for Cohere re-ranker (required if using Cohere re-ranker) | |
| OPENAI_API_KEY | No | API key for OpenAI text-embedding-3-small (required if using OpenAI provider, which is the default) | |
| VOYAGE_API_KEY | No | API key for Voyage AI embeddings or re-ranker (required if using Voyage provider or Voyage re-ranker) | |
| RERANK_PROVIDER | No | Re-ranking provider: off, voyage, or cohere | off |
| EMBEDDING_PROVIDER | No | Embedding provider: openai, voyage, or ollama | openai |
| VOYAGE_RERANK_MODEL | No | Voyage re-rank model | rerank-2 |
| STELLARIS_CONTEXT_WINDOW | No | Calling LLM's context window in tokens, drives tier-based result limits | 128000 |
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/GDM-Pixel/stellaris-code-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server