ClawQL
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | No | API key for Linear provider (needed when CLAWQL_PROVIDER=linear). | |
| CLAWQL_PROVIDER | No | Provider to use (e.g., 'linear', 'all-providers'). If set, loads bundled specs for that provider. | |
| CLAWQL_ENABLE_ONYX | No | Set to '1' to enable knowledge_search_onyx (requires CLAWQL_ENABLE_DOCUMENTS=1). | 0 |
| CLAWQL_GRAPHQL_URL | No | Optional HTTP endpoint for native GraphQL sources. | |
| CLAWQL_GRPC_SOURCES | No | Optional gRPC source configurations. | |
| CLAWQL_ENABLE_MEMORY | No | Set to '0' to disable memory_ingest and memory_recall tools. | 1 |
| CLAWQL_ENABLE_SANDBOX | No | Set to '1' to enable sandbox_exec tool. | 0 |
| CLAWQL_GRAPHQL_SOURCES | No | Comma-separated list of GraphQL source identifiers (names) if multiple. | |
| CLAWQL_SANDBOX_BACKEND | No | Sandbox backend type: omit for bridge, 'auto' for Seatbelt → Docker → bridge. | |
| CLAWQL_ENABLE_DOCUMENTS | No | Set to '0' to disable ingest_external_knowledge and knowledge_search_onyx. | 1 |
| CLAWQL_GRAPHQL_SCHEMA_PATH | No | Path to a local GraphQL schema file to load for search. | |
| CLAWQL_OBSIDIAN_VAULT_PATH | No | Required writable path to Obsidian vault for memory_* and ingest_external_knowledge tools. | |
| CLAWQL_GRAPHQL_INTROSPECTION_PATH | No | Path to a local introspection result JSON file. |
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 | |
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/danielsmithdevelopment/ClawQL'
If you have feedback or need assistance with the MCP directory API, please join our Discord server