Longhand✓
io.github.Wynelson94/longhand · v0.5.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Wynelson94/longhand",
"description": "Local memory for Claude Code. Semantic recall across session history with zero API calls.",
"title": "Longhand",
"repository": {
"url": "https://github.com/Wynelson94/longhand",
"source": "github"
},
"version": "0.5.5",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "longhand",
"version": "0.5.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp-server",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}