SQLite CRUD MCP server for teaching — exposes records database via MCP protocol
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"sqlite-record-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# sqlite-record-mcp SQLite CRUD MCP server for teaching. Exposes a records database via the MCP protocol. ## Tools | Tool | Description | |---|---| | `get_database_overview` | Record counts, status distribution, models, devices, and time range | | `search_records` | Search records with optional filters | | `get_record` | Get one record by ID | | `create_record` | Create a new record | | `update_record` | Update an existing record | | `delete_record` | Delete a record | ## Usage ```bash # stdio mode (default, for MCP client) uvx sqlite-record-mcp --db records.db --transport stdio # SSE mode (network server) uvx sqlite-record-mcp --db records.db --transport sse --host 0.0.0.0 --port 8766 # streamable-http mode uvx sqlite-record-mcp --db records.db --transport streamable-http --host 0.0.0.0 --port 8766 ``` ## mcp_servers.json ```json { "mcpServers": { "records": { "enabled": true, "type": "stdio", "command": "uvx", "args": ["sqlite-record-mcp", "--db", "records.db", "--transport", "stdio"] } } } ```
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.