polyg-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | LLM model for synthesis and classification. | gpt-4o-mini |
| POLYG_PORT | No | Server port. | 3000 |
| FALKORDB_HOST | No | FalkorDB host. | localhost |
| FALKORDB_PORT | No | FalkorDB port. | 6379 |
| OPENAI_API_KEY | Yes | Required. OpenAI API key for LLM and embeddings. | |
| EMBEDDING_MODEL | No | Model for embeddings. | text-embedding-3-small |
| POLYG_LOG_LEVEL | No | Log level. | info |
| POLYG_MAX_RETRIES | No | Number of LLM retries with exponential backoff. | 3 |
| CLASSIFIER_MAX_TOKENS | No | Max tokens for intent classifier. | 1000 |
| FALKORDB_QUERY_TIMEOUT | No | Max query execution time in milliseconds. | 30000 |
| POLYG_PARALLEL_TIMEOUT | No | Graph expansion timeout in milliseconds. | 30000 |
| SYNTHESIZER_MAX_TOKENS | No | Max tokens for synthesizer. | 2000 |
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues