Glif
Run AI workflows from glif.app using the Glif MCP server.
glif-mcp-server
MCP server for running AI workflows from glif.app.
For more info check out https://glif.app or join our Discord server: https://discord.gg/glif
Features
- Run workflows with inputs
- Get detailed information about workflows, runs, and users
- Search and discover workflows
- Browse and load agents
Setup
Running via npx (recommended)
If you have nodejs installed, you can run our @glifxyz/glif-mcp-server package via npx:
-
Get your API token from https://glif.app/settings/api-tokens
-
Add the server in your Claude Desktop config file. On macOS this is:
~/Library/Application Support/Claude/claude_desktop_config.json{ "mcpServers": { "glif": { "command": "npx", "args": ["-y", "@glifxyz/glif-mcp-server@latest"], "env": { "GLIF_API_TOKEN": "your-token-here" } } } }
Running from a local checkout
git clone https://github.com/glifxyz/glif-mcp-server
cd glif-mcp-server
npm install
npm run build
Then configure your MCP client:
{
"mcpServers": {
"glif": {
"command": "node",
"args": ["/path/to/glif-mcp/build/index.js"],
"env": {
"GLIF_API_TOKEN": "your-token-here"
}
}
}
}
You can also specify workflow IDs (comma-separated) which will be loaded automatically:
{
"mcpServers": {
"glif": {
"command": "node",
"args": ["/path/to/glif-mcp/build/index.js"],
"env": {
"GLIF_API_TOKEN": "your-token-here",
"GLIF_IDS": "cm2v9aiga00008vfqdiximl2m,cm2v98jk6000r11afslqvooil"
}
}
}
}
Configuration
Environment variables:
GLIF_API_TOKEN- Required. Your API token from https://glif.app/settings/api-tokensGLIF_IDS- Optional. Comma-separated workflow IDs to load as tools automaticallyIGNORE_DISCOVERY_TOOLS- Set totrueto disable discovery toolsAGENT_TOOLS- Set totrueto enable agent tools
Tools
Core Tools
run_workflow- Run a workflow with the specified ID and inputsworkflow_info- Get detailed information about a workflow
Discovery Tools (enabled by default)
list_featured_workflows- Get a curated list of featured workflowssearch_workflows- Search for workflows by name or descriptionmy_workflows- Get a list of your workflowsmy_user_info- Get detailed information about your account
Agent Tools (disabled by default, enable with AGENT_TOOLS=true)
list_agents- Get a list of agents with optional filteringload_agent- Load an agent and get its details including personality and workflows
Resources
glif://{id}- Get workflow metadataglifRun://{id}- Get run detailsglifUser://{id}- Get user profile
Development
npm install
npm run build
npm run dev # auto-rebuild
npm run test # run tests
Debugging
npm run inspector
Releasing
- Edit
package.jsonandsrc/index.tsand bump the version - Run
npm installto update lockfile - Commit and push to main
- Run
npm run release(requiresghCLI)
License
MIT - see LICENSE
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Mobile Next
A platform-agnostic server for scalable mobile automation and development across iOS, Android, simulators, and emulators.
Shadcn UI MCP Server
A powerful and flexible MCP server designed to enhance the development experience with Shadcn UI components, providing tools for component management, documentation, and installation.
AI Pair Programmer (Ruby)
AI-powered tools for code review, brainstorming, performance analysis, and security review in Ruby.
MCPAgent
An intelligent agent framework based on MCP, supporting multiple large language models and tool integrations for testing single-agent effectiveness.
MCP Server AI extension
Provides AI extension capabilities via the Model Context Protocol.
MCP Prompt Collector
Tools for logging, analyzing, and improving Claude Desktop prompts to enhance prompt engineering skills.
Fossil MCP
The code quality toolkit for the vibe coding era.
VibeShift
An intelligent security agent that analyzes AI-generated code for vulnerabilities and assists with remediation.
Qase
Interact with the Qase API for test management. Requires a QASE_API_TOKEN for authentication.
Chrome DevTools MCP
chrome-devtools-mcp lets your coding agent (such as Gemini, Claude, Cursor or Copilot) control and inspect a live Chrome browser