Databases
tmpstate.dev
Provides a temporary JSON database with CRUD operations and status monitoring.
ENDPOINT 1
https://tmpstate.dev/mcp
MCP server metadata
- Name
- tmpstate
- Version
- 1.0.0
TmpState is a zero-key temporary JSON database: create_database returns a db URL that is the only credential. Persist every db URL and pro_token you mint (local ~/.tmpstate/credentials file, project README, and your own memory) — they cannot be recovered later. Free databases expire after 24h (then stay restorable for 72h); one-time extensions and the Pro subscription keep them alive — always get the human's explicit approval before any tool that costs money. When work is done (or a db URL leaks), tear down with delete_database - confirm-gated and irreversible. The service improves through agent feedback: after real use, send_feedback takes one short message from you about what was missing or slow (no human approval needed - it is your experience). Full docs: https://tmpstate.dev/llms.txt — playbooks: https://tmpstate.dev/skills
Known tools 16
create_databaseCreate a temporary JSON database (24h TTL, no signup, no keys).
Potential side effectsdatabase_statusUsage, limits, tier and expiry for a database (GET $DB/__meta equivalent).
Inferred read-onlycreate_documentInsert a JSON object into a collection (collections are created implicitly).
Potential side effectsupdate_documentShallow-merge a patch into a document (top-level keys overwrite; keys are never deleted).
Inferred read-onlydelete_collectionDelete every document in a collection at once (useful to re-seed).
Potential side effectsdelete_databaseDestroy a database and all its documents immediately - the teardown for finished work and the revocation kill switch for a leaked db URL.
Potential side effectsextend_databaseWithout a plan: returns the transparent pricing table for keeping this database alive longer.
Inferred read-onlypro_checkoutMint a Pro account token plus a Stripe subscription checkout URL ($8/mo, 3 always-on databases included).
Inferred read-onlypro_list_databasesList the Pro account's databases (ids, usage, limits, expiry) so a fresh session can reconcile against persisted db URLs.
Inferred read-onlypro_attach_databaseAttach an existing free/extended database to the Pro account: same URL, same data, TTL removed, quotas raised.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tmpstate]
url = "https://tmpstate.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tmpstate": {
"type": "http",
"url": "https://tmpstate.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tmpstate
Remote MCP URL: https://tmpstate.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tmpstate": {
"url": "https://tmpstate.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tmpstate": {
"type": "http",
"url": "https://tmpstate.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tmpstate",
"transport": "streamable-http",
"url": "https://tmpstate.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.