A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.npmjs.com/package/@archbee/mcp below:

@archbee/mcp - npm

This is a Model Context Protocol (MCP) server for interacting with the Archbee API. This server provides tools to read, search and list Archbee documents from your space using Large Language Models.

  1. get-doc
  2. get-all-docs
  3. search-query
  4. search-title

Add this server to your claude_desktop_config.json or .cursor/mcp.json

Environment Variables - base link

Space must be public, with no access control (no password, jwt etc) Just copy-paste the link to the archbee space.

{
  "mcpServers": {
    "archbee": {
      "command": "npx",
      "args": ["-y", "@archbee/mcp"],
      "env": {
        "API_BASE": "https://your-docs.io/"
      }
    }
  }
}
Environment Variables - space id

Alternatively, you can set space id, which can also be used for internal spaces.

You can get an API token from Space Settings in Archbee app. Your space must be published with that apiKey.

{
  "mcpServers": {
    "archbee": {
      "command": "npx",
      "args": ["-y", "@archbee/mcp"],
      "env": {
        "SPACE_ID": "<id-of-space>",
        "API_KEY": "<api-key-of-space>"
      }
    }
  }
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4