PluginBench
MCP Server
Active
MIT

Caelune MCP Server

io.github.EllisMorrow/caelune-mcp

What is the Caelune MCP server?

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

How to install Caelune

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "caelune-mcp": {
      "command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "caelune-mcp": {
      "command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "caelune-mcp": {
      "command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "caelune-mcp": {
      "type": "stdio",
      "command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add caelune-mcp -- https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb

Related MCP servers

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

46
Python
MIT
View repository →