drydotai-mcp-server

drydotai-mcp-serverは、JavaScriptで構築されたサーバーアプリケーションです。主にAPIの管理やデータ処理を行うための機能を提供しますが、特に特筆すべき機能や広範なドキュメントが不足しているため、品質はやや低めです。初心者には少し難易度が高く感じるかもしれません。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

13

フォーク

0

イシュー

0

README
drydotai-mcp-server

The Dry.ai Model Context Protocol (MCP) server enables seamless integration between Claude and your Dry smartspaces, turning conversations into persistent, structured data. Currently, you can use this server to create and store memories and query the information in your database (smartspace).

Begin by signing up for our alpha here

Watch a video of Dry in action here

Steps to Configure your User
  1. Log in to Dry.ai and go to your Memories for Claude Smartspace. From there you can press the Claude button
image
  1. You can copy your Claude desktop config or your MCP Server URL from either of these locations.
image
Steps to Configure a Smartspace for MCP
  1. Open the settings for the smartspace that you want to connect. Click the "Chat" tab and enable integration for Claude:
image

Note that your very first 'Memories for Claude' smartspace should already be enabled as an integration for Claude.

Steps to connect Dry to Claude Desktop
  1. Install Node.js (v22.x or later)
    Download from: https://nodejs.org/
    Verify installation by opening Command Prompt (CMD) and running:
    node --version

  2. Modify your claude_desktop_config.json file to include the configuration copied from your profile above. It should look similar to the below:

  {
     "mcpServers": {
       "dryai": {
        "command": "npx",
        "args": ["-y", "@drydotai/drydotai-mcp-server"],
        "env": {
           "MCP_TOKEN": "<MCP TOKEN>"
        }
     }
     }
  }

You can access this by visiting Claude -> Settings -> Developer and pressing "Edit Config"

  1. Run Claude Desktop - it will connect to Dry and all of your configured smartspaces will appear as tools to ask questions and add items. Every time you create or install new memory types in your Dry space, you'll need to restart your Claude desktop app to sync its tools with the latest state of your Dry smartspace.