drydotai/drydotai-mcp-server
If you are the rightful owner of drydotai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Dry.ai Model Context Protocol (MCP) server facilitates the integration of Claude with Dry smartspaces, enabling the conversion of conversations into structured, persistent data.
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
-
Log in to Dry.ai and go to your Memories for Claude Smartspace. From there you can press the Claude button
-
You can copy your Claude desktop config or your MCP Server URL from either of these locations.
Steps to Configure a Smartspace for MCP
- Open the settings for the smartspace that you want to connect. Click the "Chat" tab and enable integration for Claude:
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
-
Install Node.js (v22.x or later) Download from: https://nodejs.org/ Verify installation by opening Command Prompt (CMD) and running:
node --version
-
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"
- 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.