drio
Open app

MCP Get Community Servers

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

MCP Get Community Servers is a server designed to interact with Rememberizer's document and knowledge management API, enabling Large Language Models to search, retrieve, and manage documents and integrations.

To use the server, install it via Smithery or run it using uv. You will need to configure it with your Rememberizer API token and set up the necessary environment variables.

  • Semantic document search capabilities - Integration with LLM Agents for enhanced search results - Access to account information and document listings - Easy installation and configuration options
  1. Searching for documents based on semantic similarity.
  2. Managing knowledge and document retrieval in applications.
  3. Integrating with other data sources for enhanced functionality.

Add to your AI client

Use these steps to connect MCP Get Community Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "skydeckai-mcp-server-rememberizer-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skydeckai-mcp-server-rememberizer-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "skydeckai-mcp-server-rememberizer-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skydeckai-mcp-server-rememberizer-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "skydeckai-mcp-server-rememberizer-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skydeckai-mcp-server-rememberizer-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "skydeckai-mcp-server-rememberizer-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skydeckai-mcp-server-rememberizer-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "skydeckai-mcp-server-rememberizer-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skydeckai-mcp-server-rememberizer-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "skydeckai-mcp-server-rememberizer-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skydeckai-mcp-server-rememberizer-mcp-mirror"
      ]
    }
  }
}

FAQ

What is the purpose of this server?

The server allows for efficient document management and retrieval using advanced search capabilities.

Is there a cost to use this server?

The server is open-source and free to use under the MIT License.

How can I debug issues with the server?

You can use the MCP Inspector for a better debugging experience.