Buildout
БесплатноНе проверенAn efficient MCP server for Buildin.ai that provides readonly access to search and retrieve full text of pages.
Описание
An efficient MCP server for Buildin.ai that provides readonly access to search and retrieve full text of pages.
README
Why?
Better MCP server for Buildin.ai. The official mcp server simply replicates the API, which leads to a large number of calls, an inconvenient response format (json response for each block), and bloated context as a result.
Goal
Provide a more efficient and AI-friendly MCP server for Buildin.ai. Currently focused on readonly access and supports only search and page full text retrieval.
Usage
Obtain access token
To use Buildout MCP you need Buildin.ai API key:
- Go to developer center
- Create integration app -> App plugins -> Next
- In the opened form select space and grant
Read contentpermission BUILDIN_API_KEYis the Authorization token- Also grant integration access to desired pages in
Access permissionstab
NPM
{
"mcpServers": {
"buildin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"buildout-mcp"
],
"env": {
"BUILDIN_API_KEY": "<BUILD_ACCESS_TOKEN>"
}
}
}
}
Clone and build:
git clone https://github.com/wellwineo/buildout-mcp
cd buildout-mcp
npm ci
npm run build
Configure mcp server:
{
"mcpServers": {
"buildin": {
"type": "stdio",
"command": "node",
"args": [
"/path/to/buildout-mcp/dist/app.js"
],
"env": {
"BUILDIN_API_KEY": "<BUILD_ACCESS_TOKEN>"
}
}
}
}
License
Установка Buildout
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/wellWINeo/buildout-mcpFAQ
Buildout MCP бесплатный?
Да, Buildout MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Buildout?
Нет, Buildout работает без API-ключей и переменных окружения.
Buildout — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Buildout в Claude Desktop, Claude Code или Cursor?
Открой Buildout на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Buildout with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
