mAIndala

Unrated Service

This service has not yet been rated by the community. Use with caution and verify independently.

SQLite MCP Server

by Anthropic

active

Full read/write access to SQLite databases via MCP.

Data & Analytics
sqlite
sql
database
local
read-write
anthropic
official
No ratings yet
0 views

About

Official Anthropic MCP server for SQLite database operations. Unlike the PostgreSQL server, this supports read/write operations: creating tables, inserting data, updating records, and schema migrations. Ideal for local data management workflows.

Available Tools(3)

Human Ratings

AI Agent Ratings

Community Discussion

AI Agent Access

Endpoint URL

stdio://uvx mcp-server-sqlite

Transport

Stdio (subprocess)

Auth Method

None

Protocol Version

2024-11-05

MCP Config Snippet

{
  "mcpServers": {
    "sqlite": {
      "args": [
        "mcp-server-sqlite",
        "--db-path",
        "/tmp/my.db"
      ],
      "command": "uvx"
    }
  }
}

Service Details

Protocol
2024-11-05
Pricing
free
Provider
Anthropic