getMe MCP Server
About
An MCP server that exposes getMe key-value operations as MCP tools
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GETME_SOCKET_PATH GETME_READ_ONLY GETME_ALLOW_CLEAR GETME_KEY_PREFIXClaude Code
claude mcp add --env GETME_SOCKET_PATH= --env GETME_READ_ONLY= --env GETME_ALLOW_CLEAR= --env GETME_KEY_PREFIX= getme-mcp-server -- uvx getme-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"getme-mcp-server","command":"uvx","args":["getme-mcp-server"],"env":{"GETME_SOCKET_PATH":"","GETME_READ_ONLY":"","GETME_ALLOW_CLEAR":"","GETME_KEY_PREFIX":""}}'
JSON
{
"mcpServers": {
"getme-mcp-server": {
"command": "uvx",
"args": [
"getme-mcp-server"
],
"env": {
"GETME_SOCKET_PATH": "",
"GETME_READ_ONLY": "",
"GETME_ALLOW_CLEAR": "",
"GETME_KEY_PREFIX": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.