blip-mcp
by Michaeltsg
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLIP_BASE_URL | No | Full base URL override (rare). | |
| BLIP_DATA_DIR | No | Base folder for everything blip-mcp writes. | .mcp-blip |
| BLIP_ENV_FILE | No | Path to an env file to auto-load. | blip.env |
| BLIP_FLOWS_DIR | No | Where blip_map_flow writes componentized docs. | flows |
| BLIP_FLOW_NAME | No | Friendly name for the default flow. | default |
| BLIP_LOG_LEVEL | No | Log level: error, warn, info, debug. | info |
| BLIP_SHORTNAME | No | Alias for BLIP_CONTRACT_ID. | |
| BLIP_ACCESS_KEY | No | Access key for credential mode 2. Requires BLIP_BOT_IDENTIFIER. | |
| BLIP_CONTRACT_ID | No | Contract ID / shortname for the bot's host. Optional; defaults to shared host if not provided. | |
| BLIP_MAX_RETRIES | No | Number of retries on transient errors. | 3 |
| BLIP_ALLOW_WRITES | No | Master switch for side-effecting tools. 'true' or 'false'. | false |
| BLIP_AUTHORIZATION | No | Ready-made authorization header, e.g. 'Key <base64>'. Preferred authentication method. | |
| BLIP_BOT_IDENTIFIER | No | Bot identifier for credential mode 2. Requires BLIP_ACCESS_KEY. | |
| BLIP_REQUEST_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 30000 |
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/Michaeltsg/mcp-blip'
If you have feedback or need assistance with the MCP directory API, please join our Discord server