Skip to main content

A simple SQLite MCP server

Project description

SQLite MCP Server

Overview

A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through SQLite. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos that can be enhanced with Claude's analysis when an Anthropic API key is provided.

Components

Resources

The server exposes a single dynamic resource:

  • memo://insights: A continuously updated business insights memo that aggregates discovered insights during analysis
    • Auto-updates as new insights are discovered via the append-insight tool
    • Optional enhancement through Claude for professional formatting (requires Anthropic API key)

Prompts

The server provides a demonstration prompt:

  • mcp-demo: Interactive prompt that guides users through database operations
    • Required argument: topic - The business domain to analyze
    • Generates appropriate database schemas and sample data
    • Guides users through analysis and insight generation
    • Integrates with the business insights memo

Tools

The server offers six core tools:

Query Tools

  • read-query: Execute SELECT queries on the database
  • write-query: Execute INSERT, UPDATE, or DELETE queries
  • create-table: Create new database tables

Schema Tools

  • list-tables: Get a list of all tables in the database
  • describe-table: View the schema of a specific table

Analysis Tools

  • append-insight: Add new business insights to the memo resource

Installation

# Add the server to your claude_desktop_config.json
"mcpServers": {
  "sqlite": {
    "command": "uv",
    "args": [
      "--directory",
      "parent_of_servers_repo/servers/src/sqlite",
      "run",
      "mcp-server-sqlite",
      "--db-path",
      "~/test.db"
    ]
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_sqlite-0.4.1.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

mcp_server_sqlite-0.4.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_sqlite-0.4.1.tar.gz.

File metadata

  • Download URL: mcp_server_sqlite-0.4.1.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mcp_server_sqlite-0.4.1.tar.gz
Algorithm Hash digest
SHA256 0222389afe8897833793ccef10bc45cb86bd3d76cdd8667283c7a485400305ec
MD5 ff1dfe1b48650a4dd5ca25a5de2c4252
BLAKE2b-256 209f7b7cce6190d0126c5d4d0c69349e09e1163eb1f7b2bc63633479dae0c857

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_server_sqlite-0.4.1.tar.gz:

Publisher: python.yml on modelcontextprotocol/servers

Attestations:

File details

Details for the file mcp_server_sqlite-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_sqlite-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b3bf2dd1c0264b077322cc62ce7040ad2c4d348ccca95ccfa050b5201ba9974c
MD5 db3b89b1b1a6838ee579f3c5d8bb685c
BLAKE2b-256 533a43be95e456df3c6d8068538443a81909924c6272ce5a2842c8a71bd0e58c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_server_sqlite-0.4.1-py3-none-any.whl:

Publisher: python.yml on modelcontextprotocol/servers

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page