s

server.json

@nowledge-co/server.json
0 Stars 10 次浏览 nowledge-co 更新于 2026-08-23

A server that provides MCPB package functionality for Nowledge Mem

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "https://github.com/nowledge-co/claude-dxt/releases/download/v1.0.0/claude-dxt.mcpb": {
      "args": [],
      "command": ""
    },
    "nowledge-mem": {
      "args": [
        "nowledge-mem@1.1.0"
      ],
      "command": "uvx"
    }
  }
}

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

Nowledge Mem Claude Desktop Extension

# Demo Screenshots

Add Memory

Search Memories

https://github.com/user-attachments/assets/a99a1daa-e73c-429e-a17b-0183b2f9671a

For more details, please refer to the Nowledge Mem Documentation.

# End User Installation

See also the end user installation details at [Nowledge Mem Documentation: Claude Desktop](https://mem.nowledge.co/docs/integrations# claude-desktop).

  1. Install Python 3.13
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
python3.13 - -version || brew install python@3.13
  1. Download Nowledge Mem Claude Desktop Extension and double click to install.

Install Nowledge Mem Claude Desktop Extension

# Build the MCP bundle

[!NOTE]

Python 3.13 is required due to CPython Bug on leveraging dependencies in lib folder.

brew install python@3.13

python3.13 -m pip install -r requirements.txt -U - -target server/lib

npx @anthropic-ai/mcpb pack

mcp-name: io.github.nowledge-co/server.json

相关 MCP 服务