Skip to main content
Glama
boltstore

@boltstore/mcp

Official
by boltstore

@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_xxx

Local mode (opens a .db file directly, requires Bun)

bunx @boltstore/mcp --db ./data/my-app.db

Related MCP server: sqlite-mcp

Tools

Tool

Description

list_databases

List all databases accessible via the key

list_tables

List tables in a database

get_table_schema

Get column definitions for a table

read_records

Query records with filter, sort, pagination

create_record

Insert a new record

update_record

Update a record by rowid

delete_record

Delete a record by rowid

query

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"]
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive Model Context Protocol (MCP) server for SQLite database operations. This server enables AI assistants to interact with SQLite databases through a standardized interface.
    262 npm
    MIT
  • F
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that exposes relational databases (PostgreSQL/MySQL) to AI agents with natural language to SQL query support.
    19
    -