MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

S
Sqlite MCP Server

This is a Model Context Protocol (MCP) server that provides access to a SQLite database. It allows AI assistants (like Trae) to query and modify SQLite databases directly.

Created 3/11/2026
Updated 3 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

uvx sqlite_mcp_server

Cursor configuration (mcp.json)

{ "mcpServers": { "awiseking-sqlite-mcp-server": { "command": "uvx", "args": [ "sqlite_mcp_server" ] } } }