Superglue
A service that enables agents to build deterministic workflows across apps, databases and APIs using natural language, handling schema mapping, drift detection, and execution of integration pipelines automatically.
What is Superglue?
Superglue is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to service that enables agents to build deterministic workflows across apps, databases and apis using natural language, handling schema mapping, drift detection, and execution of integration pipelines au...
A service that enables agents to build deterministic workflows across apps, databases and APIs using natural language, handling schema mapping, drift detection, and execution of integration pipelines automatically.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A service that enables agents to build deterministic workflo
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx superglue-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Superglue
Superglue is a service that lets AI agents build and execute deterministic integration workflows across apps, databases, and APIs using natural language — handling schema mapping, drift detection, and pipeline execution automatically. Its MCP interface exposes pre-built superglue tools so that AI assistants can discover and call production-grade integrations without writing custom connector code. Data engineers and AI agent developers use Superglue MCP to give their agents reliable, schema-validated access to long-tail and enterprise systems that would otherwise require manual API wrangling.
Prerequisites
- A Superglue account at app.superglue.cloud (cloud) or a self-hosted Superglue instance
- A Superglue API key from app.superglue.cloud
- Pre-built superglue tools configured in your Superglue workspace (MCP only executes saved tools)
- An MCP client that supports HTTP transport: Claude Desktop, Claude Code, Cursor, or similar
- Node.js and npm if using the @superglue/client SDK for custom integrations
Sign up and get an API key
Create an account at app.superglue.cloud. After signing in, navigate to Settings and generate an API key. This key authenticates all MCP and SDK calls.
Build and save tools in the Superglue UI
Before using MCP, create your integration tools in the Superglue dashboard by describing what the tool should do in natural language. Superglue generates schema-validated, drift-resistant integration pipelines. Each saved tool becomes available through MCP.
Configure an MCP client for the cloud endpoint
Point your MCP client at the Superglue cloud MCP endpoint using your API key for authentication. For HTTP-transport clients, use the config below.
{
"mcpServers": {
"superglue": {
"type": "http",
"url": "https://api.superglue.cloud/mcp",
"headers": {
"Authorization": "Bearer your-superglue-api-key"
}
}
}
}Configure for a self-hosted instance
If you are running a self-hosted Superglue instance, set the endpoint environment variables and update the MCP URL accordingly.
export SUPERGLUE_API_ENDPOINT="https://your-api.example.com"
export SUPERGLUE_API_KEY="your-api-key"Add via Claude Code CLI
Claude Code users can add Superglue MCP directly from the command line.
claude mcp add --transport http superglue https://api.superglue.cloud/mcpCreate named MCP servers for scoped access (optional)
Use the Superglue CLI to create named servers that expose only specific tools, enabling fine-grained RBAC for different agents or teams.
sg mcp list
sg mcp create --name sales-tools --tool get_customer --tool create_invoice
sg mcp edit --id <serverId> --add-tool another_toolSuperglue Examples
Client configuration
HTTP MCP client configuration for Superglue cloud. Replace the Authorization value with your actual API key.
{
"mcpServers": {
"superglue": {
"type": "http",
"url": "https://api.superglue.cloud/mcp",
"headers": {
"Authorization": "Bearer your-superglue-api-key"
}
}
}
}Prompts to try
Once your saved tools are accessible through MCP, AI assistants can discover and call them with natural language requests.
- "List all available Superglue tools I can call."
- "Run the 'get_customer' tool with customer ID 12345 and show me the result."
- "Use the Superglue CRM integration to fetch all open deals and summarize them."
- "Execute the legacy system migration pipeline for the Q1 dataset."
- "Call the 'create_invoice' tool with the order details and return the invoice ID."Troubleshooting Superglue
MCP returns an empty tool list even though tools are saved in the dashboard
The API key used must have access to the saved tools via RBAC. Check your API key's access rules in the Superglue dashboard under Settings > API Keys. Named MCP servers expose only the tools explicitly added to them — use the default /mcp endpoint for all tools.
401 Unauthorized when connecting to the MCP endpoint
Ensure the Authorization header value is exactly 'Bearer <your-api-key>' with no extra spaces. Confirm the API key is active and was not revoked in the Superglue dashboard.
MCP client cannot create or modify tools through MCP
Superglue MCP is execution-only and does not support ad-hoc tool creation or modification. Build and save tools in the Superglue UI or via the @superglue/client SDK first, then use MCP to execute them.
Frequently Asked Questions about Superglue
What is Superglue?
Superglue is a Model Context Protocol (MCP) server that service that enables agents to build deterministic workflows across apps, databases and apis using natural language, handling schema mapping, drift detection, and execution of integration pipelines automatically. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Superglue?
Follow the installation instructions on the Superglue GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Superglue?
Superglue works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Superglue free to use?
Yes, Superglue is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.
Superglue Alternatives — Similar Business Applications Servers
Looking for alternatives to Superglue? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Superglue in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Superglue?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.