@boltstore/mcp
OfficialProvides tools for managing SQLite databases, including listing databases, tables, reading/creating/updating/deleting records, and executing raw SQL queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@boltstore/mcplist tables in my-app database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@boltstore/mcp
MCP server for Boltstore — exposes SQLite database operations as MCP tools for AI agents.
Usage
Remote mode (connects to a Boltstore server)
npx @boltstore/mcp --url https://boltstore.example.com --key bss_xxxLocal mode (opens a .db file directly, requires Bun)
bunx @boltstore/mcp --db ./data/my-app.dbRelated MCP server: sqlite-mcp
Tools
Tool | Description |
| List all databases accessible via the key |
| List tables in a database |
| Get column definitions for a table |
| Query records with filter, sort, pagination |
| Insert a new record |
| Update a record by rowid |
| Delete a record by rowid |
| Execute raw SQL (permissions enforced server-side) |
opencode / Claude Desktop config
{
"mcpServers": {
"boltstore": {
"command": "npx",
"args": ["@boltstore/mcp", "--url", "http://localhost:8080", "--key", "bss_xxx"]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA production-ready Python MCP server providing tools for fetching live weather data, querying local SQLite databases, reading files, summarizing webpages, and performing safe mathematical calculations. It enables MCP-compatible LLM clients to execute these tasks autonomously as part of agentic workflows.
- Alicense-qualityCmaintenanceAn MCP server that enables AI agents to interact with SQLite databases by querying schemas, executing SQL, and inspecting table metadata. It supports safe database access through configurable read-only modes, query timeouts, and dry-run execution plans.MIT
- Alicense-qualityFmaintenanceA comprehensive Model Context Protocol (MCP) server for SQLite database operations. This server enables AI assistants to interact with SQLite databases through a standardized interface.526MIT
- Flicense-qualityBmaintenanceAn MCP server that exposes relational databases (PostgreSQL/MySQL) to AI agents with natural language to SQL query support.19
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
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/boltstore/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server