PluginBench
MCP Server

stagenth · AI 记忆库 MCP Server

com.stagenth/memory-kit

What is the stagenth · AI 记忆库 MCP server?

Hosted persistent memory with semantic search, importance and TTL for AI agents.

How to install stagenth · AI 记忆库

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <API_KEY> from https://www.stagenth.com/settings?tab=tokens

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "memory-kit": {
      "url": "https://stagenth.com/mcp/memory-kit/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "memory-kit": {
      "serverUrl": "https://stagenth.com/mcp/memory-kit/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "memory-kit": {
      "type": "http",
      "url": "https://stagenth.com/mcp/memory-kit/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "memory-kit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://stagenth.com/mcp/memory-kit/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http memory-kit https://stagenth.com/mcp/memory-kit/

Related MCP servers

Hosted Chromium in mainland China: scripted actions, URL screenshots, print-to-PDF.

Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.

Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.

Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.

Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing.

Cloud file relay: chunked uploads, folders, share links, inline text reads, ZIP packing.