Parseable MCP Server
Officialby parseablehq
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP listen port (default: 8787) | |
| PARSEABLE_URL | No | Parseable base URL (required in stdio mode) | |
| PARSEABLE_API_KEY | No | API key for self-hosted Parseable (required in stdio mode) | |
| PARSEABLE_MAX_ROWS | No | Hard cap on query rows (default: 1000) | |
| PARSEABLE_OTEL_DEBUG | No | Log OTLP export errors (default: false) | |
| PARSEABLE_OTEL_ENABLED | No | Enable trace export to Parseable (default: false) | |
| PARSEABLE_OTEL_ENDPOINT | No | Parseable OTLP endpoint | |
| PARSEABLE_OTEL_PASSWORD | No | Basic auth password for OTLP | |
| PARSEABLE_OTEL_USERNAME | No | Basic auth username for OTLP | |
| PARSEABLE_DEFAULT_DATASET | No | Advisory default dataset | |
| PARSEABLE_CLOUD_AUTH_TOKEN | No | Service bearer token for API-key validation (Cloud only) | |
| PARSEABLE_ORCHESTRATOR_URL | No | Parseable Cloud orchestrator base URL (Cloud only) | |
| PARSEABLE_QUERY_TIMEOUT_MS | No | HTTP timeout in milliseconds (default: 30000) | |
| PARSEABLE_MCP_ALLOW_PRIVATE | No | Permit private/loopback Parseable URLs supplied in request headers (default: false) | |
| PARSEABLE_OTEL_TRACES_STREAM | No | Stream name for traces (default: mcp-traces) | |
| PARSEABLE_CLOUD_CACHE_MAX_ENTRIES | No | Maximum cached cloud API-key routes (default: 10000) | |
| PARSEABLE_CLOUD_CACHE_TTL_SECONDS | No | Cloud routing LRU TTL in seconds (default: 86400) | |
| PARSEABLE_CLOUD_VALIDATE_TIMEOUT_MS | No | Cloud validation timeout in milliseconds (default: 10000) |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/parseablehq/parseable-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server