A
Ashby Docs MCP
MCP server by iamdanmccarthy
创建于 5/28/2026
更新于 about 19 hours ago
README
Repository documentation and setup instructions
Ashby Docs MCP
A Model Context Protocol (MCP) server that makes all 215 Ashby help articles searchable by AI assistants.
Add to Claude Code
"ashby-docs": {
"type": "http",
"url": "https://ashby-docs-mcp.netlify.app/mcp"
}
Tools
search_ashby_docs— keyword search across all articlesget_ashby_doc— fetch a full article by slug (e.g.approvals)list_ashby_docs— list all available articles
Refresh the docs
python3 scrape_ashby.py # re-scrape docs.ashbyhq.com
python3 build_docs.py # rebuild docs.json
git add netlify/functions/docs.json && git commit -m "refresh docs"
git push
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/iamdanmccarthy/ashby-docs-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"iamdanmccarthy-ashby-docs-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/iamdanmccarthy/ashby-docs-mcp"
]
}
}
}