[PR #3] Deployment: Dockerfile and Smithery config #4

Open
opened 2026-02-16 02:17:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/mcp-server-llamacloud/pull/3
Author: @calclavia
Created: 1/30/2025
Status: 🔄 Open

Base: mainHead: smithery/config-8u9x


📝 Commits (3)

📊 Changes

3 files changed (+73 additions, -0 deletions)

View changed files

Dockerfile (+40 -0)
📝 README.md (+8 -0)
smithery.yaml (+25 -0)

📄 Description

This pull request introduces the following updates:

  • Dockerfile: Introduces a Dockerfile to package the MCP for deployment across various environments.
  • Smithery Configuration: Adds a Smithery YAML file, which specifies how to start the MCP and the configuration options it supports. It allows you to deploy your MCP to Smithery, serving it over WebSockets so end-users do not need to install additional dependencies. To deploy, merge this PR, then visit your server page and click "Deploy" under the deployments page.
  • README: Updates the README to include installation instructions via Smithery. Note that the installation only works after the server is deployed on Smithery.

Please review these updates to verify their accuracy for your server and feel free to customize it to your needs. Let me know if you have any questions. 🙂


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/mcp-server-llamacloud/pull/3 **Author:** [@calclavia](https://github.com/calclavia) **Created:** 1/30/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `smithery/config-8u9x` --- ### 📝 Commits (3) - [`ab56d1f`](https://github.com/run-llama/mcp-server-llamacloud/commit/ab56d1fdd5220ed5d6e02aabbe50384d3d52dc7a) Add Dockerfile - [`6c75bc5`](https://github.com/run-llama/mcp-server-llamacloud/commit/6c75bc50f49ebf6a7daa88fb33f40a415215f8b2) Add Smithery configuration - [`55cb47b`](https://github.com/run-llama/mcp-server-llamacloud/commit/55cb47b0fe76e73731dc6cfd9f19b07b0e49ea5a) Update README ### 📊 Changes **3 files changed** (+73 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+40 -0) 📝 `README.md` (+8 -0) ➕ `smithery.yaml` (+25 -0) </details> ### 📄 Description This pull request introduces the following updates: - **Dockerfile**: Introduces a Dockerfile to package the MCP for deployment across various environments. - **Smithery Configuration**: Adds a Smithery YAML file, which specifies how to start the MCP and the configuration options it supports. It allows you to [deploy](https://smithery.ai/docs/deployments) your MCP to [Smithery](https://smithery.ai?utm_campaign=pr), serving it over WebSockets so end-users do not need to install additional dependencies. To deploy, merge this PR, then visit your [server page](https://smithery.ai/server/mcp-server-llamacloud?utm_campaign=pr&modal=claim) and click "Deploy" under the deployments page. - **README**: Updates the README to include installation instructions via Smithery. _Note that the installation only works after the server is deployed on Smithery._ Please review these updates to verify their accuracy for your server and feel free to customize it to your needs. Let me know if you have any questions. 🙂 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/mcp-server-llamacloud#4