MCP.so
Sign In

dryai-mcp-server

@UnitaryLabs

About dryai-mcp-server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

UnitaryLabs

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "dryai": {
      "command": "npx",
      "args": [
        "-y",
        "@jrscally/dryai-mcp-server"
      ],
      "env": {
        "MCP_TOKEN": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is dryai-mcp-server?

The dryai-mcp-server is an MCP server that integrates Claude with Dry smartspaces, turning conversations into persistent, structured data. It allows users to create and store memories and query information in their Dry database.

How to use dryai-mcp-server?

Install Node.js v18+, then edit claude_desktop_config.json to include the npx command with your MCP token. Run Claude Desktop; configured smartspaces appear as tools for asking questions and adding items.

Key features of dryai-mcp-server

  • Integrates Claude with Dry smartspaces via MCP.
  • Creates and stores memories as structured data.
  • Queries information from your Dry database.
  • Synchronizes tools after adding new memory types.
  • Uses MCP tokens for secure authentication.

Use cases of dryai-mcp-server

  • Save important conversation points as structured memories.
  • Ask Claude to retrieve information from your Dry smartspace.
  • Automatically log and organize data from chat interactions.
  • Build a persistent, queryable knowledge base from Claude conversations.

FAQ from dryai-mcp-server

What is required to run dryai-mcp-server?

Node.js v18 or later, a Dry.ai account, and a generated MCP token.

How do I get an MCP token?

Log in to Dry.ai, go to your Profile, and generate an MCP token.

How do I enable a smartspace for MCP?

Open the smartspace settings, click the Chat tab, show More Options, and toggle MCP on. Provide a description to help Claude know when to use it.

Why do I need to restart Claude Desktop after adding new memory types?

To sync the tools with the latest state of your Dry smartspace.

What can I do with dryai-mcp-server?

Ask questions and add items to your configured smartspaces.

Comments

More Other MCP servers