MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

S
Supermemory MCP Local
作者 @Fuwn

🏠 Supermemory MCP, Rewritten From Scratch as a Minimal Local Process

创建于 2/1/2026
更新于 23 days ago
Repository documentation and setup instructions

🏠 Supermemory MCP (Local)

Supermemory MCP, Rewritten From Scratch as a Minimal Local Process

Setup

bun install

Usage

{
  "mcpServers": {
    "supermemory": {
      "command": "bun",
      "args": ["run", "/path/to/supermemory-mcp-local/index.ts"],
      "env": {
        "SUPERMEMORY_API_KEY": "sm_..."
      }
    }
  }
}

Tools

  • memory - Save or forget information
  • recall - Search memories
  • listProjects - List available projects
  • whoAmI - Get current user information

Prompts

  • context - Get user profile for system context

License

This project is licensed under the MIT License.

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-supermemory-mcp-local

Cursor 配置 (mcp.json)

{ "mcpServers": { "fuwn-supermemory-mcp-local": { "command": "npx", "args": [ "fuwn-supermemory-mcp-local" ] } } }