An MCP (Model Context Protocol) server implementation for interacting with Beamlit CLI, enabling seamless integration with AI models.
- MCP Integration: Full support for Model Context Protocol standards
- Beamlit CLI Integration: Seamless interaction with Beamlit command-line interface
- Extensible Architecture: Easy to extend and customize for specific use cases
- Beamlit CLI installed on your system
- Node.js (version 16 or higher)
- npm or yarn package manager
Add this configuration to your claude_desktop_config.json
:
{
"mcpServers": {
"beamlit": {
"command": "npx",
"args": ["-y", "@beamlit/mcp-gateway"]
}
}
}
npm run watch # watch for changes and build mcp servers
npm run start # run mcp server
npm run client # run mcp client
- Ensure Beamlit CLI is properly installed
- Configure your MCP server settings
- Connect through Claude Desktop interface
git clone https://github.com/your-repo/beamlit-mcp-gateway
cd beamlit-mcp-gateway
npm install
npm run build
Common issues and their solutions:
- Server connection issues: Verify Beamlit CLI installation
- Configuration errors: Check your
claude_desktop_config.json
- Permission issues: Ensure proper system permissions
This project is licensed under the MIT License - see the LICENSE file for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
For support, please:
- Check the documentation
- Open an issue in the GitHub repository
- Contact the maintainers
- Model Context Protocol (MCP) community
- Beamlit CLI contributors
- Claude Desktop team