MCP Search: Timeline route not implemented (404) #239

Closed
opened 2026-01-25 00:34:20 +00:00 by jack · 0 comments
Owner

Problem

The MCP tool mcp__plugin_claude-mem_mcp-search__timeline calls /api/search/timeline but this route doesn't exist in the backend.

Error:

{"error":"NotFound","message":"Route not found: GET /api/search/timeline","code":"ROUTE_NOT_FOUND"}

Expected Behavior

The timeline endpoint should return observations around a specific anchor point or search query, allowing context exploration.

MCP Tool Definition

{
  name: "timeline",
  parameters: {
    anchor: "Observation ID to center on",
    depth_before: "Observations before anchor",
    depth_after: "Observations after anchor",
    project: "Filter by project",
    query: "Or search query to find anchor"
  }
}

Solution

Either:

  1. Implement the /api/search/timeline endpoint in the backend
  2. Or remove the timeline tool from the MCP server if not planned
## Problem The MCP tool `mcp__plugin_claude-mem_mcp-search__timeline` calls `/api/search/timeline` but this route doesn't exist in the backend. **Error:** ```json {"error":"NotFound","message":"Route not found: GET /api/search/timeline","code":"ROUTE_NOT_FOUND"} ``` ## Expected Behavior The timeline endpoint should return observations around a specific anchor point or search query, allowing context exploration. ## MCP Tool Definition ```typescript { name: "timeline", parameters: { anchor: "Observation ID to center on", depth_before: "Observations before anchor", depth_after: "Observations after anchor", project: "Filter by project", query: "Or search query to find anchor" } } ``` ## Solution Either: 1. Implement the `/api/search/timeline` endpoint in the backend 2. Or remove the timeline tool from the MCP server if not planned
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable/claude-mem#239
No description provided.