G

GetMe

Exposes a persistent key-value store as MCP tools, enabling AI clients to perform put, get, and delete operations on a Bitcask-inspired database.

GetMe·No reviews yet
Repo Docs
Share:

About

Exposes a persistent key-value store as MCP tools, enabling AI clients to perform put, get, and delete operations on a Bitcask-inspired database.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install GetMe

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "getme": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-getme"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "getme": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-getme"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "getme": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-getme"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.