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