Catalog
io.github.AatirNadim/getme-mcp-server
Officialby AatirNadim · Go
getMe MCP Server
An MCP server that exposes getMe key-value operations as MCP tools
Exposes key-value operations as MCP tools for data storage and retrieval.
README not available yet.
Install
Configuration
Environment variables
GETME_SOCKET_PATHPath to the UNIX socket for getMe core server
GETME_READ_ONLYIf true, only get and get_json tools are registered
GETME_ALLOW_CLEARIf true, enables the dangerous clear tool
GETME_KEY_PREFIXString prefix prepended to all keys (e.g. agent1:)
claude_desktop_config.json
{
"mcpServers": {
"getme-mcp-server": {
"command": "uvx",
"args": [
"getme-mcp-server"
],
"env": {
"GETME_SOCKET_PATH": "<YOUR_GETME_SOCKET_PATH>",
"GETME_READ_ONLY": "<YOUR_GETME_READ_ONLY>",
"GETME_ALLOW_CLEAR": "<YOUR_GETME_ALLOW_CLEAR>",
"GETME_KEY_PREFIX": "<YOUR_GETME_KEY_PREFIX>"
}
}
}
}