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 |
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/Captain-Jay29/polyg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server