sqlite-readonly-mcp
by dochaocn
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to | 127.0.0.1 |
| PORT | No | Port to bind the server to | 3333 |
| SQLITE_PATH | Yes | Database file absolute path | |
| BEARER_TOKEN | Yes | Static Bearer token (can also use READONLY_TOKEN) | |
| ALLOWED_HOSTS | No | Comma-separated list of allowed Host headers; should include Nginx external domain | 127.0.0.1,localhost,[::1] |
| SQLITE_MAX_ROWS | No | Maximum number of rows per query | 5000 |
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/dochaocn/sqlite-readonly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server