BaaS-MCP
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"baas-mcp": {
"args": [
"-y",
"@mbaas/baas-mcp@latest",
"--project-id=your-actual-project-id"
],
"command": "npx"
}
}
}
服务介绍
@mbaas/baas-mcp
AIApp BaaS MCP
@mbaas/baas-mcp AIApp BaaS MCP(Model Context Protocol) .
LLM( ) AIApp BaaS , MCP .
Node.js 18+ .
.
{
"mcpServers": {
"baas-mcp": {
"command": "npx",
"args": ["-y", "@mbaas/baas-mcp@latest"]
}
}
}
Project ID ()
{
"mcpServers": {
"baas-mcp": {
"command": "npx",
"args": [
"-y",
"@mbaas/baas-mcp@latest",
"--project-id=your-actual-project-id"
]
}
}
}
search-documents
- ****: AIApp BaaS . API , , , .
- ****:
keywords: string[]category?: string(api|templates|security|examples|dev|frameworks|errors|config)searchMode?: string(broad|balanced|precise)
get-document-by-id
- ****: ID BaaS .
- ****:
id: numberID
get-project-config
- ****: MCP ID .
- ****:
MIT License
- Email: mbaas.tech@gmail.com
- : https://github.com/mbaas-inc/BaaS-MCP/issues
- : https://docs.aiapp.link
Built with by mBaaS Team