@aibuilders/mcp-coach-server
v1.0.5
Published
AI Builder MCP server for AI Builders platform
Maintainers
Readme
AI Builder MCP
An MCP server that provides deployment guidance and API usage support for the AI Builders platform. This README is for end users and focuses on installation and usage, not development.
Install
npm install -g @aibuilders/mcp-coach-serverYou can also run without a global install:
npx @aibuilders/mcp-coach-serverRun
The server reads AI_BUILDER_TOKEN from your environment.
AI_BUILDER_TOKEN=your_token_here mcp-coach-serverOr with npx:
AI_BUILDER_TOKEN=your_token_here npx mcp-coach-serverConfigure in MCP Clients
Example (Claude Desktop mcpServers):
{
"mcpServers": {
"ai-builder-mcp": {
"command": "mcp-coach-server",
"env": {
"AI_BUILDER_TOKEN": "your_token_here"
}
}
}
}License
MIT
