MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

S
Simple Memory MCP

Personal memory MCP server backed by SQLite FTS5 BM25 search with temporal reranking.

Created 3/2/2026
Updated about 6 hours ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-simple-memory-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "mrorigo-simple-memory-mcp": { "command": "npx", "args": [ "mrorigo-simple-memory-mcp" ] } } }