Loading MCP server directory, please wait...
An MCP server that exposes getMe key-value operations as MCP tools
npx @getmcp/cli add io.github.AatirNadim/getme-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AatirNadim/getme-mcp-server": {
"command": "uvx",
"args": [
"getme-mcp-server"
],
"env": {
"GETME_SOCKET_PATH": "",
"GETME_READ_ONLY": "",
"GETME_ALLOW_CLEAR": "",
"GETME_KEY_PREFIX": ""
}
}
}
}