Connect Timeln to Claude Desktop, Claude Code, claude.ai, or Cursor — and read or write your knowledge graph right from a chat.
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%\Claude\claude_desktop_config.json. Requires Node.js 18+.
Desktop only speaks stdio MCP, so the remote endpoint is wrapped with mcp-remote. Swap tln_YOUR_TOKEN for your key from Settings → API keys.
{
"mcpServers": {
"timeln": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://timeln-mcp-production.up.railway.app/mcp",
"--header",
"Authorization: Bearer tln_YOUR_TOKEN"
]
}
}
}Fully quit (Cmd+Q, not just close) and reopen. First launch takes 10–20 s while npx fetches mcp-remote. Confirm under Settings → Developer → Local MCP servers.
TAR_ENTRY_ERROR or Cannot find module './lib/dispatcher/client'? Clear the npx cache: rm -rf ~/.npm/_npx and restart Claude.