@gabrieldasf/blend-mcp-server
v1.0.1
Published
MCP server for Blend App knowledge bases
Maintainers
Readme
Blend MCP Server
MCP (Model Context Protocol) server for accessing Blend App knowledge bases.
Installation
npm install -g @blend-app/mcp-serverOr use with npx (no installation):
npx @blend-app/mcp-server --api-key=YOUR_KEYConfiguration
Claude Code (.mcp.json)
{
"mcpServers": {
"blend-app": {
"command": "npx",
"args": [
"-y",
"@blend-app/mcp-server",
"--api-key=YOUR_BLEND_API_KEY"
]
}
}
}Or using environment variable:
{
"mcpServers": {
"blend-app": {
"command": "npx",
"args": ["-y", "@blend-app/mcp-server"],
"env": {
"BLEND_API_KEY": "YOUR_BLEND_API_KEY"
}
}
}
}Available Tools
searchKnowledgeBase- Search across knowledge baseslistWorkspaceKnowledgeBases- List knowledge bases in a workspacegetKnowledgeBaseEntry- Get full entry content
License
MIT
