# com.driflyte/driflyte-mcp-server (npm · @driflyte/mcp-server)

Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

- Trust score: 63/100 (medium)
- Change this week: +21
- Registry status: active
- Liveness: degraded
- Owner verified: no
- Last scored: 2026-08-03

> **Degraded**: one or more channels of this server are currently unreachable; their trust score is decaying and will reach 0 if they stay down.

## Components

- remote · `mcp.driflyte.com`: 4/100, [markdown](https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/mcp.md), [page](https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/mcp)
- remote · `mcp.driflyte.com`: 4/100, [markdown](https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/openai.md), [page](https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/openai)
- npm · `@driflyte/mcp-server`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/driflyte-mcp-server.md), [page](https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/driflyte-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@driflyte/mcp-server`
- Version: `0.1.15`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 44/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 306 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 56/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 812 tokens (~406/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-driflyte-driflyte-mcp-server -- npx -y @driflyte/mcp-server
```

### Codex

```bash
codex mcp add com-driflyte-driflyte-mcp-server -- npx -y @driflyte/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-driflyte-driflyte-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@driflyte/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-driflyte-driflyte-mcp-server --command npx --arg -y --arg @driflyte/mcp-server
```

### Hermes

```yaml
mcp_servers:
  com-driflyte-driflyte-mcp-server:
    command: "npx"
    args: ["-y", "@driflyte/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "com-driflyte-driflyte-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@driflyte/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +19)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-02 (score 44, −8)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-08-01 (score 52, +39)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 13, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 15, −60)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-29 (score 75, +11)

- [functional improvement] Schema quality: unverified → good

### 2026-07-28 (score 64, +22)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (2)

### `list-topics` (~53 tokens)

Returns a list of topics for which resources (web pages, etc ...) have been crawled and content is available. This allows AI assistants to discover the most relevant and up-to-date subject areas currently indexed by the crawler.

Output parameters:

- `topics` (array): List of the supported topics.

### `search` (~164 tokens)

Given a list of topics and a user question, this tool retrieves the top-K most relevant documents from the crawled content. It is designed to help AI assistants surface the most contextually appropriate and up-to-date information for a specific topic and query. This enables more informed and accurate responses based on real-world, topic-tagged web content.

Input parameters:

- `query` (string): The natural language query or question for which relevant information is being sought. This will be used to rank documents by semantic relevance.
- `topK` (number): The maximum number of relevant documents to return. Results are sorted by descending relevance score.
- `topics` (array, required): A list of one or more topic identifiers to constrain the search space. Only documents tagged with at least one of these topics will be considered.

Output parameters:

- `documents` (array)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/driflyte-mcp-server#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 44
- 2026-08-01: 52
- 2026-07-31: 13
- 2026-07-30: 15
- 2026-07-29: 75
- 2026-07-28: 64
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/@driflyte/mcp-server
- Socket report: https://socket.dev/npm/package/@driflyte/mcp-server
- Repository: https://github.com/serkan-ozal/driflyte-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/driflyte-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/driflyte-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-driflyte-driflyte-mcp-server/driflyte-mcp-server
