Local memory for Claude Code. Semantic recall across session history with zero API calls.
claude mcp add longhand -- uvx longhand
claude_desktop_config.json
{
"mcpServers": {
"longhand": {
"command": "uvx",
"args": [
"longhand"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"longhand": {
"command": "uvx",
"args": [
"longhand"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"longhand": {
"command": "uvx",
"args": [
"longhand"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"longhand": {
"type": "stdio",
"command": "uvx",
"args": [
"longhand"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"longhand": {
"command": "uvx",
"args": [
"longhand"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Wynelson94--longhand/reviews or the review_server meta-tool.
POST /mcp