F
licenseNot graded
qualityD
maintenanceA local MCP server that maintains and serves personal identity context to LLMs.
-
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a unique function: profile (get/set), sensor (read/report), and composite state. No overlap or ambiguity.
All tools follow the verb_noun snake_case pattern consistently (e.g., profile_get, sensor_read, state_get). Naming is predictable.
With 5 tools, the server covers profile management, sensor data operations, and a combined state view—perfectly scoped for a user-db server.
Covers core CRUD for profile (get/set with delete via null) and sensor read/report. Missing explicit profile delete or sensor listing, but set handles deletion and state_get lists sensors.