← Index

Dewey

com.meetdewey/dewey·v1.5.4·Search
Quality Score
95
/100

Agentic search over your Dewey document collections from any MCP-compatible client.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.meetdewey.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "dewey": {
      "command": "npx",
      "args": [
        "-y",
        "@meetdewey/mcp"
      ],
      "env": {
        "DEWEY_API_KEY": "<your-dewey_api_key>",
        "DEWEY_COLLECTION_ID": "<dewey_collection_id>",
        "DEWEY_API_URL": "<dewey_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "dewey": {
      "command": "npx",
      "args": [
        "-y",
        "@meetdewey/mcp"
      ],
      "env": {
        "DEWEY_API_KEY": "<your-dewey_api_key>",
        "DEWEY_COLLECTION_ID": "<dewey_collection_id>",
        "DEWEY_API_URL": "<dewey_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @meetdewey/mcp
§02  Environment variables
DEWEY_API_KEY
requiredsecret

Your Dewey project API key

DEWEY_COLLECTION_ID

Default collection ID. When set, tools that accept collection_id fall back to this value.

DEWEY_API_URL

Override the API base URL (default: https://api.meetdewey.com/v1)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Search