Back to Browse

GetMe MCP Server

Developer ToolsModerate6.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

An MCP server that exposes getMe key-value operations as MCP tools

About

An MCP server that exposes getMe key-value operations as MCP tools

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (1 strong, 4 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

15 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to the UNIX socket for getMe core serverOptional

Environment variable: GETME_SOCKET_PATH

If true, only get and get_json tools are registeredOptional

Environment variable: GETME_READ_ONLY

If true, enables the dangerous clear toolOptional

Environment variable: GETME_ALLOW_CLEAR

String prefix prepended to all keys (e.g. agent1:)Optional

Environment variable: GETME_KEY_PREFIX

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aatirnadim-getme-mcp-server": {
      "env": {
        "GETME_READ_ONLY": "your-getme-read-only-here",
        "GETME_KEY_PREFIX": "your-getme-key-prefix-here",
        "GETME_ALLOW_CLEAR": "your-getme-allow-clear-here",
        "GETME_SOCKET_PATH": "your-getme-socket-path-here"
      },
      "args": [
        "getme-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!