PAL MCP
by ramarivera
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR). | INFO |
| XAI_API_KEY | No | API key for X.AI Grok models. | |
| DIAL_API_KEY | No | API key for DIAL provider. | |
| AZURE_API_KEY | No | API key for Azure OpenAI deployments. | |
| DEFAULT_MODEL | No | Default model to use (e.g., 'auto', 'pro', 'flash'). | auto |
| DISABLED_TOOLS | No | Comma-separated list of tools to disable. Remove tools from this list to enable them. | analyze,refactor,testgen,secaudit,docgen,tracer |
| GEMINI_API_KEY | No | API key for Google Gemini models. Required if using Gemini. | |
| OPENAI_API_KEY | No | API key for OpenAI models (GPT-5, O3, etc.). Required if using OpenAI. | |
| OLLAMA_BASE_URL | No | Base URL for local Ollama server (default: http://localhost:11434). | |
| OPENROUTER_API_KEY | No | API key for OpenRouter (access to multiple models). Required if using OpenRouter. | |
| MAX_CONVERSATION_TURNS | No | Maximum number of conversation turns before reset. | 50 |
| CONVERSATION_TIMEOUT_HOURS | No | Hours before a conversation expires. | 6 |
| DEFAULT_THINKING_MODE_THINKDEEP | No | Default thinking mode for thinkdeep tool (low, medium, high, max). | high |
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/ramarivera/pal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server