getMe MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from pypi. Last commit 11 Jun 2026.
An MCP server that exposes getMe key-value operations as MCP tools
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
path := filepath.Join(csm.basePath, fmt.Sprintf("segment_%d.log", csm.nextAvailableSegmentId))
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add getme-mcp-server -- uvx getme-mcp-server
{
"mcpServers": {
"getme-mcp-server": {
"args": [
"getme-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.getme-mcp-server]
command = "uvx"
args = ["getme-mcp-server"]
{
"mcpServers": {
"getme-mcp-server": {
"args": [
"getme-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"getme-mcp-server": {
"args": [
"getme-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GETME_SOCKET_PATH (Path to the UNIX socket for getMe core server), GETME_READ_ONLY (If true, only get and get_json tools are registered), GETME_ALLOW_CLEAR (If true, enables the dangerous clear tool), GETME_KEY_PREFIX (String prefix prepended to all keys (e.g. agent1:)).
The author declared them in the registry entry; get the values from the project itself.
MCP server that exposes GraphQL operations as tools for AI models.
MCP server that exposes ASCII and Unicode art tools
MCP server that exposes Google Gemini as tools for Claude Code
An MCP server that exposes package.json scripts as tools for agents.
An MCP server that provides access to the Zoo API for various CAD operations and tools.
Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools.
An MCP server that exposes NumPy functionality
An MCP server that exposes hashlib functionality
Answers built from our own checks of this server.