Alpic MCP Server for Claude
Alpic hosted MCP server to manage cloud-hosted MCP projects—deployments, debugging, and analytics—for apps built and shipped on the Alpic platform.
Open the source and read safety notes before installing.
Safety notes
- Management tools may trigger redeployments or configuration changes on hosted MCP servers.
- Analytics and logs may contain end-user queries from your deployed MCP apps.
- Do not share Alpic credentials across untrusted chat sessions.
- Verify target project/environment before approving destructive deploy actions.
Privacy notes
- Project metadata, deployment logs, and analytics are processed by Alpic.
- End-user traffic to your deployed MCP apps is subject to Alpic platform terms.
- Store Alpic auth tokens in connector secrets, not in repositories.
Prerequisites
- Alpic account with at least one MCP project deployed on Alpic cloud.
- Claude or another MCP client with streamable HTTP connector support.
- Authentication to Alpic (API key or OAuth depending on connector setup).
- Understanding that this server manages Alpic-hosted projects, not arbitrary third-party MCP URLs.
Schema details
- Install type
- cli
- Reading time
- 4 min
- Difficulty score
- 35
- Troubleshooting
- Yes
- Breaking changes
- No
- Estimated setup
- 10 minutes
- Difficulty
- intermediate
- Website
- https://alpic.ai
Full copyable content
{
"mcpServers": {
"alpic": {
"url": "https://mcp.alpic.ai",
"type": "http"
}
}
}About this resource
Overview
Alpic is a cloud platform for building, deploying, monitoring, and distributing ChatGPT apps and MCP servers. The Alpic MCP server lets operators manage projects hosted on Alpic—checking deployment health, debugging builds, and reviewing analytics—directly from Claude and other MCP clients.
Platform documentation is at docs.alpic.ai. The management connector is hosted at https://mcp.alpic.ai.
Features
- Manage Alpic MCP projects and environments from chat.
- Debug deployment failures and inspect build output.
- Review analytics for distributed MCP apps.
- Streamable HTTP and SSE-compatible hosted endpoint.
- Integrates with Alpic's gateway, auth, and serverless hosting.
Use Cases
- Check why a deployed MCP server failed its
/mcphealth check. - Review usage analytics after launching a ChatGPT app.
- Compare staging and production deployment status.
- Trigger redeploy after fixing repository configuration.
- Audit OAuth and API-key auth settings on a hosted server.
Installation
Claude (Connectors)
- Sign in at app.alpic.ai and deploy or link an MCP project.
- Add
https://mcp.alpic.aias a custom MCP connector. - Authenticate with your Alpic account or token.
- Invoke project management tools from Claude.
Claude Code
claude mcp add --transport http alpic https://mcp.alpic.ai
claude mcp list
Other MCP clients
Add the connector using the JSON configuration below in your MCP client settings.
Configuration
{
"mcpServers": {
"alpic": {
"url": "https://mcp.alpic.ai",
"type": "http"
}
}
}
For authenticated setups:
{
"mcpServers": {
"alpic": {
"url": "https://mcp.alpic.ai",
"type": "http",
"headers": {
"Authorization": "Bearer YOUR_ALPIC_TOKEN"
}
}
}
}
Authenticate with Alpic credentials; unauthenticated calls cannot manage your projects.
Examples
Deploy status
List my Alpic MCP projects and show the latest deployment status for each.
Debug 404
Why did my Alpic deployment fail the /mcp health check?
Analytics
Summarise MCP app traffic for my production project over the last 7 days.
Security
- Confirm project and environment before redeploy or delete operations.
- Treat analytics exports as potentially containing user query metadata.
- Use separate Alpic workspaces for production and experimentation.
Troubleshooting
401 unauthorized
Re-authenticate the connector with your Alpic account.
Project not found
Verify the project ID and that your token has workspace access.
404 on managed deploy
Ensure the target server exposes /mcp as Alpic expects.
Stale analytics
Allow time for telemetry ingestion; refresh after a few minutes.
Duplicate Check
No existing Alpic management MCP entry was found in content/mcp/. This differs from generic cloud deploy MCP servers because it operates on Alpic-hosted MCP projects specifically.
Source citations
Add this badge to your README
How it compares
Alpic MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | Alpic MCP Server for Claude Alpic hosted MCP server to manage cloud-hosted MCP projects—deployments, debugging, and analytics—for apps built and shipped on the Alpic platform. Open dossier | AppDeploy MCP Server for Claude AppDeploy hosted MCP server for chat-native full-stack web app deployment with templates, QA snapshots, version rollback, and live public URLs from Claude or ChatGPT. Open dossier | Auxen MCP Server for Claude Official Auxen.ai remote MCP server for listing GPU models and instances, checking account balance, and provisioning or destroying inference instances from Claude via OAuth 2.1 or API keys. Open dossier | AWS Services MCP Server - MCP Servers Comprehensive AWS cloud services integration for infrastructure management, deployment, and monitoring Open dossier |
|---|---|---|---|---|
| Trust | ||||
| Install risk | Review first | Review first | Review first | Low risk |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Category | mcp | mcp | mcp | mcp |
| Source | source-backed | source-backed | source-backed | first-party |
| Author | Alpic | AppDeploy | Auxen AI | AWS Labs |
| Added | 2026-06-14 | 2026-06-14 | 2026-06-14 | 2025-09-16 |
| Platforms | Claude CodeCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓Management tools may trigger redeployments or configuration changes on hosted MCP servers. Analytics and logs may contain end-user queries from your deployed MCP apps. Do not share Alpic credentials across untrusted chat sessions. Verify target project/environment before approving destructive deploy actions. | ✓deploy_app publishes publicly reachable URLs; review app content before deploying. delete_app permanently removes apps—use only on explicit user request. Deployed apps may access AppDeploy-provided database, storage, and auth services. OAuth sessions grant persistent deploy access until disconnected. | ✓provision_model creates billable GPU instances; confirm model, region, and cost before approving tool calls. destroy_instance permanently removes running instances and cannot be undone through MCP. API keys prefixed auxen_live_* operate on production resources; use auxen_test_* keys in development. OAuth tokens grant persistent account access until revoked in Auxen or the MCP client. | ✓Scope AWS credentials to the intended accounts, regions, and services because infrastructure actions can affect production resources. |
| Privacy notes | ✓Project metadata, deployment logs, and analytics are processed by Alpic. End-user traffic to your deployed MCP apps is subject to Alpic platform terms. Store Alpic auth tokens in connector secrets, not in repositories. | ✓App source, deployment logs, and QA snapshots are stored on AppDeploy infrastructure. Public URLs may expose app functionality and any data users submit to the deployed app. Guest OAuth still ties deployments to an AppDeploy identity—avoid sharing accounts. | ✓MCP tool results can expose account balance, instance IDs, model names, and deployment metadata. Provisioning requests are processed by Auxen.ai under its own data-handling and billing terms. Do not paste live API keys or OAuth tokens into public issues or shared chat logs. | ✓AWS resource names, configuration, metrics, logs, ARNs, and account metadata may be exposed through tool calls and responses. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.