Dewey✓
com.meetdewey/dewey · v1.5.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.meetdewey/dewey",
"description": "Agentic search over your Dewey document collections from any MCP-compatible client.",
"title": "Dewey",
"repository": {
"url": "https://github.com/meetdewey/mcp",
"source": "github"
},
"version": "1.5.4",
"websiteUrl": "https://meetdewey.com",
"packages": [
{
"registryType": "npm",
"identifier": "@meetdewey/mcp",
"version": "1.5.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Dewey project API key",
"isRequired": true,
"isSecret": true,
"name": "DEWEY_API_KEY"
},
{
"description": "Default collection ID. When set, tools that accept collection_id fall back to this value.",
"name": "DEWEY_COLLECTION_ID"
},
{
"description": "Override the API base URL (default: https://api.meetdewey.com/v1)",
"name": "DEWEY_API_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.meetdewey.com/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}