byteask-embedded-docs
Officialby ByteAsk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | stderr log verbosity | INFO |
| BYTEASK_LOGS | No | where query / request JSONL logs go | logs |
| MCP_HTTP_HOST | No | HTTP bind address | 127.0.0.1 |
| MCP_HTTP_PORT | No | HTTP bind port | 8000 |
| MCP_TRANSPORT | No | stdio (local agents) or http | stdio |
| BYTEASK_BACKEND | No | module:callable returning a SearchBackend; empty → SampleBackend | |
| MCP_ALLOWED_HOSTS | No | comma-separated hosts allowed in the Host header (* disables) | |
| MCP_HTTP_AUTH_TOKEN | No | bearer token for HTTP (empty = unauthenticated, dev only) |
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/ByteAsk/ByteAsk-Embedded-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server