Submit

MCP SQLite Server

@cnosuke

a year ago
developer-tools
Generic MCP server to manipulate SQLite
Overview

what is MCP SQLite?

MCP SQLite is a Go-based server implementation that allows clients to interact with an SQLite database using a standardized JSON-RPC protocol.

how to use MCP SQLite?

To use MCP SQLite, configure the server via a YAML file, start the server, and send JSON-RPC requests from MCP clients to execute various database operations.

key features of MCP SQLite?

  • MCP Compliance: Provides a JSON-RPC interface for executing database operations.
  • SQLite Operations: Supports creating tables, describing schemas, listing tables, and executing read/write queries.

use cases of MCP SQLite?

  1. Integrating with applications like Claude Desktop for database management.
  2. Automating database operations through JSON-RPC requests.
  3. Facilitating data storage and retrieval in Go-based applications.

FAQ from MCP SQLite?

  • What programming language is MCP SQLite written in?

MCP SQLite is written in Go.

  • How do I configure the SQLite database path?

You can configure the path in the YAML file or set it via the SQLITE_PATH environment variable.

  • Is there a logging feature?

Yes, you can adjust logging behavior using command-line flags.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.