SQLite-authoritative entity database with an async Google Sheets projection for AI agents.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
spreadsheet-db-mcp · npm · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ManddarinShop/spreadsheet-db-mcp",
"description": "SQLite-authoritative entity database with an async Google Sheets projection for AI agents.",
"title": "Spreadsheet DB",
"repository": {
"url": "https://github.com/ManddarinShop/Hikoutei",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "spreadsheet-db-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the entity configuration file (hikoutei.config.json). Optional; the server also looks for ./hikoutei.config.json in the working directory.",
"format": "string",
"name": "HIKOUTEI_MCP_CONFIG"
},
{
"description": "Google Sheets spreadsheet URL. Absent means local-only mode (no Google contact); when set, the Google Sheets projection is enabled and GOOGLE_APPLICATION_CREDENTIALS must also be set.",
"format": "string",
"name": "HIKOUTEI_SYNC_SPREADSHEET_URL"
},
{
"description": "Path to a Google service-account key file (JSON) used for the Sheets projection. Only needed when HIKOUTEI_SYNC_SPREADSHEET_URL is set.",
"format": "string",
"isSecret": true,
"name": "GOOGLE_APPLICATION_CREDENTIALS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-17T07:14:19.325288Z",
"publishedAt": "2026-08-17T07:14:19.325288Z",
"updatedAt": "2026-08-17T07:14:19.325288Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.