★ 0 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
MCP server for Dewey — search and research your document collections from Claude, ChatGPT, Cursor, and any MCP-compatible agent
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"meetdewey/mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp npx -y meetdewey/mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"meetdewey/mcp"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://meetdewey.com"> <img src="./logo.png" alt="Dewey" width="120" /> </a> </p> MCP server for [Dewey](https://meetdewey.com) — search and research your document collections from Claude, Cursor, and any MCP-compatible agent. See the [full API reference](https://meetdewey.com/docs) for details.
Tools (20)
DEWEY_API_KEY DEWEY_API_URL DEWEY_COLLECTION_ID dewey_delete_collection dewey_delete_document dewey_detect_contradictions dewey_detect_duplicates dewey_disband_duplicate_group dewey_get_collection_stats dewey_get_contradiction_run dewey_get_document_markdown dewey_get_document_sections dewey_get_duplicate_run dewey_get_section dewey_list_claims dewey_list_collections dewey_list_contradictions dewey_list_documents dewey_list_duplicate_groups dewey_promote_duplicate_canonical