Routine
Rutina
🌅🍳☕️📰🚗💼 Routine es un servidor MCP que te permite crear herramientas personalizadas sobre la marcha. Integra acciones ejecutadas por múltiples herramientas MCP en una rutina reutilizable.
Instalación
Copie lo siguiente en el archivo JSON de su cliente MCP
{
"mcpServers": {
"myRoutines": {
"command": "npx",
"args": ["-y", "mcp-routine"],
"env": {
"ROUTINE_FILENAME": "/path/to/your-tool-file.json"
}
}
}
}Ejemplo
**User**: "add an Onboarding page to the Getting started page
**AI**: I'll help you add an "Onboarding" page to the Getting Started page. First, I'll need to find the Getting Started page ID.
Let me search for it:
Great, I found the Getting Started page. Now I'll create a new "Onboarding" page under it:
I've successfully created a new page titled "Onboarding" under the Getting Started page. The page has been created with a basic title, and you can now access it at the URL provided in the response. Would you like me to add any specific content to this new Onboarding page?
**User**:Yes, add some placeholder information for a standard onboarding experience
**AI**: I'll add some structured placeholder content to the Onboarding page to outline a standard onboarding experience.
**User**: now convert all these steps into a route to insert a page into a parent page
**AI**: I'll create a routine that captures the steps we just performed to insert a page into a parent page with structured content. This will make it reusable for future similar tasks.
I've created a routine called insert_structured_page that captures the workflow we used. The routine has three main steps:
1. Search for the parent page using its title to get the page ID
2. Create a new page under the found parent page
3. Add structured content to the new page with sections and bullet points
The routine is parameterized so you can customize:
- parent_page_title: The title of the parent page to search for
- new_page_title: The title for the new page
- welcome_message: Introduction text for the page
- section1_title: Title for the first section (can add more sections as needed)
- bullet_point1, bullet_point2, bullet_point3: Bullet points under sections
- help_message: The help/support message at the bottom
To use this routine, you would just need to provide these parameters with your desired content, and it will create a structured page with consistent formatting.Desarrollo
Construir
npm run buildEjecutar
npx -y --prefix /path/to/local/mcp-routine routinePublicar
npm publish --access publicMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.113MIT
- AlicenseBqualityDmaintenanceA tool that dynamically generates and configures MCP servers by automatically creating necessary directories and files according to user specifications.13320MIT
- FlicenseCqualityCmaintenanceMCP server that enables deployment and management of MCP servers through a simple configuration-based interface.1
- Alicense-qualityCmaintenanceAn extensible MCP server with a plugin system, proxy forwarding, web dashboard, and service registry for managing MCP tools and services.1MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
An MCP server giving access to Grafana dashboards, data and more.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mquan/mcp-routine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server