buildout-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@buildout-mcpsearch for meeting notes from last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Buildout MCP
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.
Related MCP server: mcp-rag-server
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 contentpermissionBUILDIN_API_KEYis the Authorization tokenAlso 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 buildConfigure mcp server:
{
"mcpServers": {
"buildin": {
"type": "stdio",
"command": "node",
"args": [
"/path/to/buildout-mcp/dist/app.js"
],
"env": {
"BUILDIN_API_KEY": "<BUILD_ACCESS_TOKEN>"
}
}
}
}License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that provides full-text search over documentation using Whoosh, enabling AI assistants to find up-to-date, authoritative answers.Last updatedMIT
- Alicense-qualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).Last updated1636MIT
- Alicense-qualityCmaintenanceA zero-config MCP server that lets AI agents fetch, read, and search live web pages without API keys or databases, using in-process BM25 retrieval.Last updated37MIT
- Alicense-qualityBmaintenanceMCP server that fetches web pages, extracts clean markdown (reducing token count), caches results, and provides searchable reading history.Last updatedMIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Local-first RAG engine with MCP server for AI agent integration.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wellWINeo/buildout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server