AgentDank:
@AgentDank
关于 AgentDank:
Model Context Procotol (MCP) server with tools for Cannabis Datasets.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AgentDank?
AgentDank is a Model Context Protocol (MCP) server for querying cannabis datasets, built for educational and legal purposes. It is currently under refactor toward a generic, declarative dataset-binding architecture. The server opens DuckDB files in read-only mode and exposes a single SQL query tool.
How to use AgentDank?
Install via go install github.com/AgentDank/dank-mcp@latest or build from source with task. Configure your LLM host (e.g., Claude Desktop, Ollama with mcphost) to run the dank-mcp binary. Load a dataset with dank-mcp --fetch us/ct or point to any DuckDB file with --db. The server registers one tool query(sql) that returns CSV results.
Key features of AgentDank
- Single generic
queryMCP tool for SQL access - Locked-down read-only DuckDB with external access disabled
- Automated dataset fetching, caching, and SHA-256 verification
- Declarative dataset bindings (in progress)
- Supports STDIO and SSE transports
Use cases of AgentDank
- Querying cannabis-specific datasets (e.g., Connecticut brands) for research or education
- Integrating with Claude Desktop for natural-language SQL queries
- Using local LLMs (e.g., Ollama) via
mcphostfor offline data exploration
FAQ from AgentDank
What cannabis datasets are currently available?
Today only the us/ct dataset is available, curated as a prebuilt DuckDB snapshot from the dank-data repository.
How do I load a dataset?
Run dank-mcp --fetch <id>, for example dank-mcp --fetch us/ct. The snapshot is downloaded, cached for 7 days, and verified before use.
Can I use my own DuckDB file?
Yes, point to any DuckDB file with the --db option (e.g., --db :memory: for in-memory). The file is opened read-only and locked down.
Is AgentDank production-ready?
No. The README states the server is under refactor and the integration with Ollama/mcphost is currently having issues. It is intended for educational and legal purposes.
How do I configure AgentDank with Claude Desktop?
Add a JSON configuration to your Claude Desktop mcpServers section specifying the command path to dank-mcp and arguments like --root ~. See the example in the README.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论